-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jul 16, 2022 at 04:06 PM
-- Server version: 10.4.21-MariaDB
-- PHP Version: 7.4.25

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `ems`
--

-- --------------------------------------------------------

--
-- Table structure for table `addwaterservice`
--

CREATE TABLE `addwaterservice` (
  `id` int(10) UNSIGNED NOT NULL,
  `addwaterse_servicetype` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_customertype` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_statusid` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_systemno` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_currencyid` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_agreementdate` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_branchid` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_sbranchid` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_areaid` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_dstrctcode` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_locatcode` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_immovabletype` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addwaterse_usagetype` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `addwaterservice`
--

INSERT INTO `addwaterservice` (`id`, `addwaterse_servicetype`, `addwaterse_customertype`, `addwaterse_statusid`, `addwaterse_systemno`, `addwaterse_currencyid`, `addwaterse_agreementdate`, `addwaterse_branchid`, `addwaterse_sbranchid`, `addwaterse_areaid`, `addwaterse_dstrctcode`, `addwaterse_locatcode`, `addwaterse_immovabletype`, `addwaterse_usagetype`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'مياه', 'غير محدد', 'موصول', '1', 'NIS', '2020-08-12', 'الفرع الرئيسي', 'غير محدد', 'حارة بطن الهوى', 'نابلس', 'تلفيت', 'غير محدد', 'لافتات ويافطات', NULL, 1, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `application`
--

CREATE TABLE `application` (
  `id` int(10) UNSIGNED NOT NULL,
  `applicatio_fsadf` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `applicatio_choice` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `application`
--

INSERT INTO `application` (`id`, `applicatio_fsadf`, `applicatio_choice`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'ليبسبلتبي', 'بسيب', NULL, 10, NULL, NULL, NULL, NULL),
(2, 'يسبسيسلل', 'بسيب', NULL, 10, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `base_api`
--

CREATE TABLE `base_api` (
  `api_id` int(11) NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `title_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `title_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `url` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `url_header` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `example_value` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `citizen_parameter_type` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `firm_parameter_type` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` datetime DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `base_api`
--

INSERT INTO `base_api` (`api_id`, `org_id_fk`, `title_en`, `title_ar`, `url`, `url_header`, `example_value`, `citizen_parameter_type`, `firm_parameter_type`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 'My Services', 'خدماتي', 'http://83.244.113.10:9007/CSC/jersey/CscService/getAllCustomerServices/{idCardNumber}', NULL, '[{\"parameter\":\"{idCardNumber}\",\"real_value_example\":\"958632879\",\"citizen_parameter\":\"id_card_no\",\"firm_parameter\":\"license_number\"}]', NULL, NULL, NULL, '2019-03-10 08:04:47', 1, NULL, NULL, '2019-03-31 11:54:37', NULL),
(2, 1, 'test', 'تست', 'http://83.244.113.10:9007/CSC/jersey/CscService/getAllCustomerServices/{idCardNumber}', NULL, '[{\"parameter\":\"{idCardNumber}\",\"real_value_example\":null,\"citizen_parameter\":null,\"firm_parameter\":null}]', NULL, NULL, NULL, '2019-03-21 14:31:55', 1, '2019-03-21 14:35:03', 1, '2019-03-21 14:35:03', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `base_api_structure`
--

CREATE TABLE `base_api_structure` (
  `api_structure_id` int(11) NOT NULL,
  `api_id` int(11) DEFAULT NULL,
  `title_en` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `title_ar` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `culomn_name` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_checked` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `base_api_structure`
--

INSERT INTO `base_api_structure` (`api_structure_id`, `api_id`, `title_en`, `title_ar`, `culomn_name`, `is_checked`) VALUES
(52, 1, 'Currency Description', 'العملة', 'currencyDescription', 1),
(49, 1, 'Service Description', 'الخدمة', 'serviceDescription', 1),
(51, 1, 'Total Balance', 'الرصيد الكلي', 'totalBalance', 1),
(50, 1, 'Voucher Count', 'عدد الفواتير المستحقة', 'voucherCount', 1),
(48, 1, 'Aggrement ID', 'رقم الخدمة', 'aggrementId', 1),
(47, 1, 'Customer Name', 'الإسم', 'customerName', 1);

-- --------------------------------------------------------

--
-- Table structure for table `checkelectmeter`
--

CREATE TABLE `checkelectmeter` (
  `id` int(10) UNSIGNED NOT NULL,
  `checkelect_address` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `complaintform`
--

CREATE TABLE `complaintform` (
  `id` int(10) UNSIGNED NOT NULL,
  `complaintf_firstnumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `complaintf_secondnumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `complaintf_sum` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `complaintf_notes` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `complaintf_to` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `complaintf_checkbox` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `complaintf_employeename` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `complaintf_complainttitle` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `complaintf_compliantdetails` text COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `complaintform`
--

INSERT INTO `complaintform` (`id`, `complaintf_firstnumber`, `complaintf_secondnumber`, `complaintf_sum`, `complaintf_notes`, `complaintf_to`, `complaintf_checkbox`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`, `complaintf_employeename`, `complaintf_complainttitle`, `complaintf_compliantdetails`) VALUES
(1, '5', '5', '10', 'hdfhgdfhdfhfghdfhwretetetr', '0', '[{\"id\":0,\"value\":\"Option1\"}]', NULL, 2, NULL, NULL, '2019-04-18', 1, NULL, NULL, NULL),
(2, '[{\"id\":0,\"value\":\"12\"},{\"id\":1,\"value\":\"-1\"},{\"id\":2,\"value\":\"1\"}]', '[{\"id\":0,\"value\":\"3\"},{\"id\":1,\"value\":\"12\"},{\"id\":2,\"value\":\"123\"}]', '[{\"id\":0,\"value\":\"15\"},{\"id\":1,\"value\":\"11\"},{\"id\":2,\"value\":\"124\"}]', 'ds', NULL, '[{\"id\":0,\"value\":\"Option1\"},{\"id\":1,\"value\":\"Option2\"}]', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(3, '[{\"id\":0,\"value\":\"1\"}]', '[{\"id\":0,\"value\":\"4\"}]', '[{\"id\":0,\"value\":\"5\"}]', 'Notes', '1', '[{\"id\":0,\"value\":\"Option1\"},{\"id\":1,\"value\":\"Option2\"}]', NULL, 0, NULL, NULL, '2019-04-18', 1, NULL, NULL, NULL),
(4, '[{\"id\":0,\"value\":\"5\"}]', '[{\"id\":0,\"value\":\"5\"}]', '[{\"id\":0,\"value\":\"10\"}]', '`1232143rweacscdq23423', '1', '[{\"id\":0,\"value\":\"Option1\"}]', NULL, 0, NULL, NULL, '2019-04-18', 1, NULL, NULL, NULL),
(5, '[{\"id\":0,\"value\":\"2\"},{\"id\":1,\"value\":\"2\"},{\"id\":2,\"value\":\"4\"}]', '[{\"id\":0,\"value\":\"2\"},{\"id\":1,\"value\":\"1\"},{\"id\":2,\"value\":\"4\"}]', '[{\"id\":0,\"value\":\"4\"},{\"id\":1,\"value\":\"3\"},{\"id\":2,\"value\":\"8\"}]', 'kjjkjgoytgy', NULL, '[{\"id\":0,\"value\":\"Option2\"}]', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(6, '[{\"id\":0,\"value\":\"0\"}]', '[{\"id\":0,\"value\":\"0\"}]', '[{\"id\":0,\"value\":\"0\"}]', NULL, '0', '[{\"id\":0,\"value\":\"Option2\"}]', NULL, 0, NULL, NULL, '2019-04-18', 1, NULL, NULL, NULL),
(7, '[{\"id\":0,\"value\":\"3\"}]', '[{\"id\":0,\"value\":\"3\"}]', '[{\"id\":0,\"value\":\"6\"}]', NULL, '0', '[{\"id\":0,\"value\":\"Option1\"}]', NULL, 0, NULL, NULL, '2019-04-18', 1, NULL, NULL, NULL),
(8, '[{\"id\":0,\"value\":\"1\"}]', '[{\"id\":0,\"value\":\"1\"}]', '[{\"id\":0,\"value\":\"2\"}]', 'late', NULL, '[{\"id\":0,\"value\":\"Option1\"}]', NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(9, '[{\"id\":0,\"value\":\"1\"},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":\"2\"},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":\"3\"},{\"id\":1,\"value\":null}]', 'تجربه', NULL, '[{\"id\":0,\"value\":\"\\u062e\\u064a\\u0627\\u06311\"}]', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(10, '[{\"id\":0,\"value\":\"1\"}]', '[{\"id\":0,\"value\":\"2\"}]', '[{\"id\":0,\"value\":\"3\"}]', 'تجربه', NULL, '[{\"id\":0,\"value\":\"\\u062e\\u064a\\u0627\\u06311\"}]', NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(11, '[{\"id\":0,\"value\":\"11\"}]', '[{\"id\":0,\"value\":\"11\"}]', '[{\"id\":0,\"value\":\"22\"}]', '11', '0', '[{\"id\":0,\"value\":\"Option1\"}]', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(12, '[{\"id\":0,\"value\":\"11\"}]', '[{\"id\":0,\"value\":\"11\"}]', '[{\"id\":0,\"value\":\"22\"}]', '111', '1', '[{\"id\":0,\"value\":\"\\u062e\\u064a\\u0627\\u06311\"}]', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(13, '[{\"id\":0,\"value\":\"111\"},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":\"111\"},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":\"222\"},{\"id\":1,\"value\":null}]', '1111', '0', '[{\"id\":0,\"value\":\"\\u062e\\u064a\\u0627\\u06311\"}]', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(14, '[{\"id\":0,\"value\":\"111\"}]', '[{\"id\":0,\"value\":\"111\"}]', '[{\"id\":0,\"value\":\"222\"}]', '1111', '1', '[{\"id\":0,\"value\":\"Option1\"}]', NULL, 1, NULL, NULL, NULL, NULL, 'نفايات تجاري', NULL, NULL),
(15, NULL, NULL, NULL, 'تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى', 'شكوى 1', '[{\"id\":0,\"value\":\"\\u062e\\u064a\\u0627\\u06311\"},{\"id\":1,\"value\":\"\\u062e\\u064a\\u0627\\u06312\"}]', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, 'عنوان الشكوى', 'تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى'),
(17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, 'عنوان الشكوى', 'تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى تفاصيل الشكوى'),
(18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'test', 'test'),
(19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, 'fxbdrn', 'rbesbnwer'),
(20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, 'محمد صلاح', 'محمد صلاح'),
(21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, 'test', 'test'),
(22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, 'بسيبسي', 'بسيبسيب'),
(23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, '4234', '23423'),
(24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, 'فحص', 'فحص'),
(25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, 'يسريسليس', 'ليسلسلسبلسيلسيلسي');

-- --------------------------------------------------------

--
-- Table structure for table `consolidationan`
--

CREATE TABLE `consolidationan` (
  `id` int(10) UNSIGNED NOT NULL,
  `consolidat_safafs` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `consolidat_adasefgf` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `consolidat_erfwetwt` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `consolidationan`
--

INSERT INTO `consolidationan` (`id`, `consolidat_safafs`, `consolidat_adasefgf`, `consolidat_erfwetwt`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'thtrhrtj', 'jtrfjtrjtr', '[{\"id\":0,\"value\":\"\\u062e\\u064a\\u0627\\u06311\"}]', NULL, 10, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `eheeher`
--

CREATE TABLE `eheeher` (
  `id` int(10) UNSIGNED NOT NULL,
  `eheeher_applicantsname` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `eheeher_idnumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `eheeher_pelvisnumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `eheeher_piecenumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `eheeher_orderdetails` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `eheeher_attachments` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `es_audit`
--

CREATE TABLE `es_audit` (
  `audit_id` bigint(20) NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `function_id` int(11) DEFAULT NULL,
  `record_id` int(11) DEFAULT NULL,
  `description_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `by_user_type` enum('staff','citizen','profession') COLLATE utf8_unicode_ci DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `ip_address` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_audit`
--

INSERT INTO `es_audit` (`audit_id`, `org_id_fk`, `function_id`, `record_id`, `description_ar`, `description_en`, `by_user_type`, `user_id`, `ip_address`, `created_at`) VALUES
(676, 1, 21, 16, '-', '-', 'staff', 16, '83.244.113.10', '2022-06-08 09:02:42'),
(677, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-06-12 06:08:38'),
(678, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-12 09:05:56'),
(679, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-06-13 05:16:55'),
(680, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-06-13 07:00:10'),
(666, 1, 22, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-06 04:15:18'),
(667, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-06 04:36:00'),
(668, 1, 126, 39, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>eghrhrh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>يقافقاقفق</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>eghrhrh</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>يقافقاقفق</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '93.184.2.210', '2022-06-06 04:39:31'),
(669, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-06-06 06:42:26'),
(670, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-06-07 02:36:23'),
(671, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-07 08:20:26'),
(672, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-06-08 06:22:42'),
(673, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-08 08:37:09'),
(674, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-08 09:00:19'),
(675, 1, 8, 16, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>نيفين</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>عمر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>ابراهيم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>شتية</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>neveen</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>omar</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>ibrahim</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>shtaya</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>neveen1</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>8888962551</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>أنثى</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>neveenshtaya104@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td>0598585126</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>نيفين</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>عمر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>ابراهيم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>شتية</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>neveen</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>omar</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>ibrahim</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>shtaya</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>neveen1</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>8888962551</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Female</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>neveenshtaya104@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td>0598585126</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-06-08 09:02:26'),
(661, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-06-05 04:48:04'),
(662, 1, 22, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-06-05 05:04:32'),
(663, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-06-05 05:04:39'),
(664, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-05 06:33:09'),
(665, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-06 02:37:57'),
(641, 1, 4, 3, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي)</th>\r\n            <td>مصطفى</td>\r\n            <td>فراس</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>عدنان</td>\r\n            <td>اسامة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي)</th>\r\n            <td>مصطفى</td>\r\n            <td>---</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>دلول</td>\r\n            <td>الشريف</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي)</th>\r\n            <td>Daloull</td>\r\n            <td>f</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي)</th>\r\n            <td>Moustafa</td>\r\n            <td>f</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>Adnan</td>\r\n            <td>f</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>Moustafa</td>\r\n            <td>f</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم</th>\r\n            <td>daloull</td>\r\n            <td>daloull</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>800638090</td>\r\n            <td>800638090</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد</th>\r\n            <td>1986-12-17</td>\r\n            <td>1986-12-17</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس</th>\r\n            <td>ذكر</td>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل</th>\r\n            <td>m.daloull@gmail.com</td>\r\n            <td>feras@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول</th>\r\n            <td>0595898964</td>\r\n            <td>1234567890</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>مصطفى</td>\r\n            <td>فراس</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>عدنان</td>\r\n            <td>اسامة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>مصطفى</td>\r\n            <td>---</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>دلول</td>\r\n            <td>الشريف</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>Daloull</td>\r\n            <td>f</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>Moustafa</td>\r\n            <td>f</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>Adnan</td>\r\n            <td>f</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>Moustafa</td>\r\n            <td>f</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>daloull</td>\r\n            <td>daloull</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>800638090</td>\r\n            <td>800638090</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>1986-12-17</td>\r\n            <td>1986-12-17</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>m.daloull@gmail.com</td>\r\n            <td>feras@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0595898964</td>\r\n            <td>1234567890</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '213.6.136.238', '2022-05-26 04:10:28'),
(590, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-12 06:54:41'),
(591, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-18 09:26:44'),
(592, 1, 110, 5, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-18 09:27:51'),
(593, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-19 07:37:29'),
(594, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-22 09:19:46'),
(595, 1, 126, 36, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '213.6.136.238', '2022-05-22 09:21:21'),
(596, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-24 08:54:42'),
(597, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-24 09:34:22'),
(598, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-24 09:35:40'),
(599, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-24 09:39:04'),
(600, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-25 06:57:38'),
(601, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 08:44:19'),
(602, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 08:46:44'),
(603, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 08:48:02'),
(604, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 08:49:39'),
(605, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 08:53:40'),
(606, 1, 126, 37, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Compline - May</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>شكوى - مايو</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Compline - May</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>شكوى - مايو</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '213.6.136.238', '2022-05-25 08:56:05'),
(607, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 08:57:59'),
(608, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-25 09:01:17'),
(609, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:03:04'),
(610, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 09:04:29'),
(611, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 09:09:55'),
(612, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 09:11:25'),
(613, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:12:39'),
(614, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:13:06'),
(615, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:15:30'),
(616, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:16:23'),
(617, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 09:23:18'),
(618, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 09:26:15'),
(619, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:28:12'),
(620, 1, 70, 14, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-25 09:30:19'),
(621, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 09:38:39'),
(622, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 09:41:01'),
(623, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:41:57'),
(624, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:45:00'),
(625, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:46:33'),
(626, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 09:48:01'),
(627, 1, 6, 3, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-25 09:51:54'),
(628, 1, 6, 3, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-25 09:55:21'),
(629, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 10:00:21'),
(630, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 10:09:30'),
(631, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 10:10:50'),
(632, 1, 21, 1, '-', '-', 'staff', 1, '95.130.91.9', '2022-05-25 10:12:45'),
(633, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 10:15:45'),
(634, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 10:18:31'),
(635, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 10:20:48'),
(636, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 10:21:22'),
(637, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-25 10:27:06'),
(638, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-25 10:27:58'),
(639, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-26 03:56:14'),
(640, 1, 2, 8, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>رامز</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>مروان</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>يعقوب</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>السقا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>Ramez</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>y</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>y</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>r</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>saqqa</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>801087560</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد </th>\r\n            <td>1980-05-26</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>r.saqqa@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>970599628999</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة </th>\r\n            <td>رام الله</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة </th>\r\n            <td>رام الله</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>رامز</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>مروان</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>يعقوب</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>السقا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>Ramez</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>y</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>y</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>r</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>saqqa</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>801087560</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>1980-05-26</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>r.saqqa@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>970599628999</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Ramallah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Ramallah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '213.6.136.238', '2022-05-26 04:06:51'),
(589, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-12 06:05:36'),
(588, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-12 04:11:10'),
(568, 1, 126, 34, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>license transaction</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>معاملة ترخيص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>license transaction</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>معاملة ترخيص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 08:41:03'),
(569, 1, 70, 11, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 09:09:53'),
(570, 1, 70, 12, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 09:10:54'),
(571, 1, 70, 13, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 09:11:04'),
(572, 1, 62, NULL, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>reception</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>موظف الاستقبال</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>reception</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>موظف الاستقبال</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 09:44:40'),
(573, 1, 73, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 09:45:47'),
(574, 1, 73, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 09:46:17'),
(575, 1, 126, 35, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>license transaction</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>معاملة ترخيص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>license transaction</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>معاملة ترخيص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 09:47:50'),
(576, 1, 73, 3, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 09:58:47'),
(577, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-09 02:33:50'),
(578, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-09 02:58:57'),
(579, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-09 04:27:00'),
(580, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-09 04:49:25'),
(581, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-09 05:10:20'),
(582, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-10 04:27:22'),
(583, 1, 22, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-10 04:36:08'),
(584, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-10 09:43:18'),
(585, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-11 02:23:58'),
(586, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-11 07:52:56'),
(587, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-12 02:19:18'),
(566, 1, 8, 14, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>الاستقبال</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>Reception</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>res</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>123123123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>أنثى</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>Reception@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>133133131</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td>13131313</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>الاستقبال</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>Reception</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>res</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>123123123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Female</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>Reception@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>133133131</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td>13131313</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 08:37:02'),
(567, 1, 8, 15, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>مهندسة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>هديل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>ENG</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>Hadeel</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>hadeel</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>345435365</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>أنثى</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>hadeel@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>546464564</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td>456464564654</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>مهندسة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>هديل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>ENG</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>Hadeel</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>hadeel</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>345435365</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Female</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>hadeel@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>546464564</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td>456464564654</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 08:39:05'),
(564, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 08:05:34'),
(565, 1, 8, 13, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>جلسة التنظيم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>Organizing session</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>organize</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>8596596753</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>Organizingsession@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0595764321</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td>0595764321</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>جلسة التنظيم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>Organizing session</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>organize</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>8596596753</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>Organizingsession@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0595764321</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td>0595764321</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 08:32:53'),
(563, 1, 21, 12, '-', '-', 'staff', 12, '83.244.113.10', '2022-05-08 08:04:51'),
(556, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 06:23:00'),
(557, 1, 21, 12, '-', '-', 'staff', 12, '93.184.2.210', '2022-05-08 06:23:23'),
(558, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-08 06:24:19'),
(559, 1, 126, 33, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Consolidation and Reproduction</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>توحيد واعادة افراز</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Consolidation and Reproduction</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>توحيد واعادة افراز</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '93.184.2.210', '2022-05-08 06:25:36'),
(560, 1, 21, 12, '-', '-', 'staff', 12, '83.244.113.10', '2022-05-08 06:28:39'),
(561, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 06:29:52'),
(562, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 07:45:24'),
(553, 1, 127, 31, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Street plan and street demarcation</td>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Street plan and street demarcation</td>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 06:07:28'),
(549, 1, 126, 31, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 05:44:06'),
(550, 1, 70, 10, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-08 05:46:24'),
(551, 1, 110, 5, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 06:00:04'),
(552, 1, 127, 31, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Street plan and street demarcation</td>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Street plan and street demarcation</td>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 06:04:10');
INSERT INTO `es_audit` (`audit_id`, `org_id_fk`, `function_id`, `record_id`, `description_ar`, `description_en`, `by_user_type`, `user_id`, `ip_address`, `created_at`) VALUES
(548, 1, 48, 12, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>اعادة فراز</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Consolidation and Reproduction</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>توحيد واعادة افراز</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>500</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>3</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>Day</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997899خلفيات-طبيعية-عالية-الدقة-1024x768.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Reproduction</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Consolidation and Reproduction</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>توحيد واعادة افراز</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>500</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>3</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997899خلفيات-طبيعية-عالية-الدقة-1024x768.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 05:18:19'),
(547, 1, 48, 11, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>ترميم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>40</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>Dollars</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>Day</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997824baghdad-to-osaka.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Street restoration</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>40</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>Dollars</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997824baghdad-to-osaka.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '93.184.2.210', '2022-05-08 05:17:04'),
(546, 1, 49, 10, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>ترميم شارع</td>\r\n            <td>ترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Street plan and street demarcation</td>\r\n            <td>street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n            <td>ترسيم شارع</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>30</td>\r\n            <td>30</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>دولار</td>\r\n            <td>دولار</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>2</td>\r\n            <td>2</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>يوم</td>\r\n            <td>يوم</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997693baghdad-to-osaka.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997752359648.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Street restoration</td>\r\n            <td>street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Street plan and street demarcation</td>\r\n            <td>street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n            <td>ترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>30</td>\r\n            <td>30</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>Dollars</td>\r\n            <td>Dollars</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>2</td>\r\n            <td>2</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997693baghdad-to-osaka.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997752359648.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 05:15:52'),
(544, 1, 44, 10, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Reproduction</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>اعادة فراز</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997594خلفيات-طبيعية-عالية-الدقة-1024x768.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>يتم قياسه؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Reproduction</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>اعادة فراز</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997594خلفيات-طبيعية-عالية-الدقة-1024x768.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Metered?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 05:13:14'),
(545, 1, 48, 10, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>ترميم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>30</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>Dollars</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>2</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>Day</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997693baghdad-to-osaka.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Street restoration</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>30</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>Dollars</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>2</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997693baghdad-to-osaka.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 05:14:53'),
(543, 1, 44, 9, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>ترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997525359648.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>يتم قياسه؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>ترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997525359648.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Metered?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '93.184.2.210', '2022-05-08 05:12:05'),
(539, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-08 05:04:29'),
(540, 1, 21, 12, '-', '-', 'staff', 12, '83.244.113.10', '2022-05-08 05:06:36'),
(541, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-08 05:08:14'),
(542, 1, 44, 8, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Street restoration</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>ترميم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997482baghdad-to-osaka.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>يتم قياسه؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Street restoration</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>ترميم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1651997482baghdad-to-osaka.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Metered?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '93.184.2.210', '2022-05-08 05:11:22'),
(535, 1, 11, 11, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 04:54:52'),
(536, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 04:55:27'),
(537, 1, 10, 11, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 04:56:58'),
(538, 1, 8, 12, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>رامي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>عبد الرزاق</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>سعيد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>عبدالله</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>Rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>Abdalrazaq</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>Saeed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>Abdullah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>987456789</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>rami345@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0595558933</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td>0595558933</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>رامي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>عبد الرزاق</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>سعيد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>عبدالله</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>Rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>Abdalrazaq</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>Saeed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>Abdullah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>987456789</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>rami345@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0595558933</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td>0595558933</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 05:01:20'),
(534, 1, 8, 11, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>رامي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>عبدالرزاق</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>سعيد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>سعيد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>Rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>Abdalrazaq</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>Saeed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>Saeed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>434556789</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>rami123@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>رامي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>عبدالرزاق</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>سعيد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>سعيد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>Rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>Abdalrazaq</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>Saeed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>Saeed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>434556789</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>rami123@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 04:52:10'),
(531, 1, 11, 10, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 04:41:41'),
(532, 1, 11, 10, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 04:41:49'),
(533, 1, 10, 10, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 04:43:16'),
(523, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-04-25 03:22:58'),
(524, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-04-25 03:50:50'),
(525, 1, 73, 3, '-', '-', 'staff', 1, '83.244.113.10', '2022-04-25 05:55:36'),
(526, 1, 75, 3, '-', '-', 'staff', 1, '83.244.113.10', '2022-04-25 05:55:42'),
(527, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-04-26 03:25:44'),
(528, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-04-26 03:32:18'),
(529, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-08 02:36:47'),
(530, 1, 8, 10, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>رامي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>عبد الرزاق</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>Rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>Abd - Alrazaq</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>43534599896</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>rami@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>05955555555</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>رامي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>عبد الرزاق</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>Rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>Abd - Alrazaq</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>-</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>rami</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>43534599896</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>rami@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>05955555555</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 04:40:14'),
(522, 1, 127, 30, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Add a waterline</td>\r\n            <td>Add a waterline</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>اضافة خط مائي</td>\r\n            <td>اضافة خط مائي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Add a waterline</td>\r\n            <td>Add a waterline</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>اضافة خط مائي</td>\r\n            <td>اضافة خط مائي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '93.184.2.210', '2022-04-24 06:07:28'),
(521, 1, 126, 30, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Add a waterline</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>اضافة خط مائي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Add a waterline</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>اضافة خط مائي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '93.184.2.210', '2022-04-24 06:07:22'),
(520, 1, 126, 29, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>counter check service</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>خدمة فحص عداد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>counter check service</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>خدمة فحص عداد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-04-24 05:49:19'),
(516, 1, 49, 4, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات المياه</td>\r\n            <td>خدمات المياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Add water service</td>\r\n            <td>Add water service</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>إضافة خدمة مياه</td>\r\n            <td>إضافة خدمة مياه</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>3</td>\r\n            <td>3</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>يوم</td>\r\n            <td>يوم</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1598164716Desert.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1598164716Desert.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>لا</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Water Services</td>\r\n            <td>Water Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Add water service</td>\r\n            <td>Add water service</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>إضافة خدمة مياه</td>\r\n            <td>إضافة خدمة مياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>3</td>\r\n            <td>3</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1598164716Desert.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1598164716Desert.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>No</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-04-24 04:55:59'),
(517, 1, 49, 5, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>الهاتف</td>\r\n            <td>الهاتف</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>phone connection</td>\r\n            <td>phone connection</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>خط الهاتف</td>\r\n            <td>خط الهاتف</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>3</td>\r\n            <td>3</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>يوم</td>\r\n            <td>يوم</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1602758363SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1602758363SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>لا</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>phone</td>\r\n            <td>phone</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>phone connection</td>\r\n            <td>phone connection</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>خط الهاتف</td>\r\n            <td>خط الهاتف</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>3</td>\r\n            <td>3</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1602758363SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1602758363SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>No</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '93.184.2.210', '2022-04-24 04:56:45');
INSERT INTO `es_audit` (`audit_id`, `org_id_fk`, `function_id`, `record_id`, `description_ar`, `description_en`, `by_user_type`, `user_id`, `ip_address`, `created_at`) VALUES
(518, 1, 49, 5, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>الهاتف</td>\r\n            <td>الهاتف</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>phone connection</td>\r\n            <td>phone connection</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>خط الهاتف</td>\r\n            <td>خط الهاتف</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>3</td>\r\n            <td>3</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>يوم</td>\r\n            <td>يوم</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1602758363SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1602758363SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>phone</td>\r\n            <td>phone</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>phone connection</td>\r\n            <td>phone connection</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>خط الهاتف</td>\r\n            <td>خط الهاتف</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>3</td>\r\n            <td>3</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1602758363SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/1602758363SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-04-24 04:57:16'),
(519, 1, 2, 7, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>نيفين</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>عمر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>ابراهيم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>شتية</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>Neveen</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>omar</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>ibrahim</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>ishtaieh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>neveen</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>46998348643</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد </th>\r\n            <td>1998-10-07</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>أنثى</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td>تل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>neveenshtaya104@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة </th>\r\n            <td>رام الله</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة </th>\r\n            <td>البيرة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>نيفين</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>عمر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>ابراهيم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>شتية</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>Neveen</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>omar</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>ibrahim</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>ishtaieh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>neveen</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>46998348643</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>1998-10-07</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Female</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td>تل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>neveenshtaya104@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td>0595558931</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Ramallah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Al-Beireh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-04-24 05:14:07'),
(509, 1, 49, 1, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات المياه</td>\r\n            <td>خدمات المياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>New counter receipt service</td>\r\n            <td>New counter receipt service</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>10</td>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>ساعة</td>\r\n            <td>ساعة</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Water Services</td>\r\n            <td>Water Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>New counter receipt service</td>\r\n            <td>New counter receipt service</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>10</td>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Hour</td>\r\n            <td>Hour</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '213.6.136.238', '2022-04-21 08:39:45'),
(510, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-04-24 03:29:16'),
(511, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-04-24 03:43:55'),
(512, 1, 49, 9, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>شركة الكهرباء</td>\r\n            <td>شركة الكهرباء</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Checking the electricity meter</td>\r\n            <td>Checking the electricity meter</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص عداد الكهرباء</td>\r\n            <td>فحص عداد الكهرباء</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>5</td>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>24</td>\r\n            <td>24</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>ساعة</td>\r\n            <td>ساعة</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Electricity Company</td>\r\n            <td>Electricity Company</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Checking the electricity meter</td>\r\n            <td>Checking the electricity meter</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص عداد الكهرباء</td>\r\n            <td>فحص عداد الكهرباء</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>5</td>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>24</td>\r\n            <td>24</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Hour</td>\r\n            <td>Hour</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-04-24 04:40:18'),
(513, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-04-24 04:51:48'),
(514, 1, 49, 9, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>شركة الكهرباء</td>\r\n            <td>شركة الكهرباء</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Checking the electricity meter</td>\r\n            <td>Checking the electricity meter</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص عداد الكهرباء</td>\r\n            <td>فحص عداد الكهرباء</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>5</td>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>24</td>\r\n            <td>24</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>ساعة</td>\r\n            <td>ساعة</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Electricity Company</td>\r\n            <td>Electricity Company</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Checking the electricity meter</td>\r\n            <td>Checking the electricity meter</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص عداد الكهرباء</td>\r\n            <td>فحص عداد الكهرباء</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>5</td>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>24</td>\r\n            <td>24</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Hour</td>\r\n            <td>Hour</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-04-24 04:53:39'),
(515, 1, 49, 9, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>شركة الكهرباء</td>\r\n            <td>شركة الكهرباء</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Checking the electricity meter</td>\r\n            <td>Checking the electricity meter</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص عداد الكهرباء</td>\r\n            <td>فحص عداد الكهرباء</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>5</td>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>24</td>\r\n            <td>24</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>ساعة</td>\r\n            <td>ساعة</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Electricity Company</td>\r\n            <td>Electricity Company</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Checking the electricity meter</td>\r\n            <td>Checking the electricity meter</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص عداد الكهرباء</td>\r\n            <td>فحص عداد الكهرباء</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>5</td>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>24</td>\r\n            <td>24</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Hour</td>\r\n            <td>Hour</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/16199564311428855702.png\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-04-24 04:54:31'),
(508, 1, 49, 1, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات المياه</td>\r\n            <td>خدمات المياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>New counter receipt service</td>\r\n            <td>New counter receipt service</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>10</td>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>ساعة</td>\r\n            <td>ساعة</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>لا</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Water Services</td>\r\n            <td>Water Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>New counter receipt service</td>\r\n            <td>New counter receipt service</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>10</td>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Hour</td>\r\n            <td>Hour</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>No</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '213.6.136.238', '2022-04-21 08:39:17'),
(506, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-04-21 08:34:56'),
(507, 1, 49, 1, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات المياه</td>\r\n            <td>خدمات المياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>New counter receipt service</td>\r\n            <td>New counter receipt service</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>10</td>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>ساعة</td>\r\n            <td>ساعة</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Water Services</td>\r\n            <td>Water Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>New counter receipt service</td>\r\n            <td>New counter receipt service</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n            <td>خدمة إيصال عداد جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>100</td>\r\n            <td>100</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>10</td>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Hour</td>\r\n            <td>Hour</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n            <td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n            <td>من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://pba21.shiftictapps.com/Uploads/15555050001553168016ALLReceipts_Page_2.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '213.6.136.238', '2022-04-21 08:38:50'),
(505, 1, 21, 1, '-', '-', 'staff', 1, '46.18.20.3', '2022-04-21 08:30:58'),
(555, 1, 127, 32, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Street plan and street demarcation</td>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Street plan and street demarcation</td>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 06:18:14'),
(554, 1, 126, 32, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Street plan and street demarcation</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>مخطط موقع وترسيم شارع</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-05-08 06:18:09'),
(645, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-29 05:16:50'),
(646, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-29 05:22:29'),
(647, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-29 05:43:23'),
(648, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-29 06:36:50'),
(649, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-30 04:39:21'),
(650, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-05-30 06:56:59'),
(651, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-31 02:34:07'),
(652, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-31 05:19:19'),
(653, 1, 23, 15, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-31 06:23:13'),
(654, 1, 10, 15, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-31 06:23:21'),
(655, 1, 10, 14, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-31 06:23:27'),
(656, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-01 03:28:54'),
(657, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-01 09:04:49'),
(658, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-06-02 03:59:55'),
(659, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-06-02 05:29:07');
INSERT INTO `es_audit` (`audit_id`, `org_id_fk`, `function_id`, `record_id`, `description_ar`, `description_en`, `by_user_type`, `user_id`, `ip_address`, `created_at`) VALUES
(660, 1, 126, 38, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>fjfjtyjtjt</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>يابتتبتباتا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>fjfjtyjtjt</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>يابتتبتباتا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '83.244.113.10', '2022-06-02 07:19:06'),
(644, 1, 21, 1, '-', '-', 'staff', 1, '93.184.2.210', '2022-05-29 05:07:36'),
(643, 1, 21, 1, '-', '-', 'staff', 1, '109.73.242.245', '2022-05-27 13:06:47'),
(642, 1, 21, 1, '-', '-', 'staff', 1, '83.244.113.10', '2022-05-26 08:43:57'),
(684, 1, 48, 13, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات المياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>Day</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"http://localhost/EMS/public/Uploads/1655194100default-image-620x600.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Water Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"http://localhost/EMS/public/Uploads/1655194100default-image-620x600.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-14 05:08:20'),
(497, 1, 21, 1, '-', '-', 'staff', 1, '45.146.13.174', '2021-12-20 08:14:02'),
(498, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-04-18 09:14:59'),
(499, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-04-19 03:46:27'),
(500, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-04-19 10:11:53'),
(501, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-04-20 06:44:51'),
(502, 1, 21, 1, '-', '-', 'staff', 1, '46.18.20.3', '2022-04-20 06:46:21'),
(503, 1, 21, 1, '-', '-', 'staff', 1, '213.6.136.238', '2022-04-21 03:59:44'),
(504, 1, 21, 1, '-', '-', 'staff', 1, '46.18.20.3', '2022-04-21 05:18:27'),
(681, 1, 21, 1, '-', '-', 'staff', 1, '::1', '2022-06-13 15:39:16'),
(682, 1, 22, 1, '-', '-', 'staff', 1, '::1', '2022-06-13 15:39:30'),
(683, 1, 21, 1, '-', '-', 'staff', 1, '::1', '2022-06-14 05:02:00'),
(685, 1, 126, 40, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-14 05:09:56'),
(686, 1, 21, 1, '-', '-', 'staff', 1, '::1', '2022-06-16 05:03:42'),
(687, 1, 83, 6, '-', '-', 'staff', 1, '::1', '2022-06-16 05:03:52'),
(688, 1, 6, 6, '-', '-', 'staff', 1, '::1', '2022-06-16 05:04:29'),
(689, 1, 83, 6, '-', '-', 'staff', 1, '::1', '2022-06-16 05:06:01'),
(690, 1, 21, 1, '-', '-', 'staff', 1, '::1', '2022-06-16 05:30:03'),
(691, 1, 21, 1, '-', '-', 'staff', 1, '::1', '2022-06-19 07:49:50'),
(692, 1, 21, 1, '-', '-', 'staff', 1, '::1', '2022-06-19 09:51:27'),
(693, 1, 21, 1, '-', '-', 'staff', 1, '::1', '2022-06-21 05:03:58'),
(694, 1, 22, 4, '-', '-', 'staff', 4, '::1', '2022-06-22 17:54:43'),
(695, 1, 22, 1, '-', '-', 'staff', 1, '::1', '2022-06-23 03:00:44'),
(696, 1, 22, 1, '-', '-', 'staff', 1, '::1', '2022-06-23 05:08:18'),
(697, 1, 91, 139, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Document Type</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>نوع الوثيقة</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Document Type</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>نوع الوثيقة</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-23 06:06:55'),
(698, 1, 91, 140, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>passport</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>جواز سفر</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>passport</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>جواز سفر</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-23 06:07:19'),
(699, 1, 91, 141, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>identification</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>هوية</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>identification</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>هوية</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-23 06:08:10'),
(700, 1, 2, 9, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>moh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>moh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>moh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>moh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>mohd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>911576650</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد </th>\r\n            <td>2022-06-06</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>mohammed@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0599484612</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>moh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>moh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>moh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>moh</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>mohd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>911576650</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-06</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>mohammed@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0599484612</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-23 08:12:24'),
(701, 1, 2, 10, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>mohss</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>mohss</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>mohss</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>mohss</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>mohs</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد </th>\r\n            <td>2022-06-03</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>sss@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>059912345</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>mohss</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>mohss</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>mohss</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>mohss</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>mohs</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-03</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>sss@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>059912345</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-23 08:15:38'),
(702, 1, 2, 11, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>eqv</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد </th>\r\n            <td>2022-06-22</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>asd@ege.ewf</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0598456123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>eqv</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-22</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>asd@ege.ewf</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0598456123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-23 08:18:20'),
(703, 1, 4, 11, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي)</th>\r\n            <td>شثضثر</td>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>شثضثر</td>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي)</th>\r\n            <td>شثضثر</td>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>شثضثر</td>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي)</th>\r\n            <td>aeqwe</td>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي)</th>\r\n            <td>aeqwe</td>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>aeqwe</td>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>aeqwe</td>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم</th>\r\n            <td>eqv</td>\r\n            <td>eqv</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد</th>\r\n            <td>2022-06-22</td>\r\n            <td>2022-06-22</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس</th>\r\n            <td>ذكر</td>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل</th>\r\n            <td>asd@ege.ewf</td>\r\n            <td>asd@ege.ewf</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول</th>\r\n            <td>0598456123</td>\r\n            <td>0598456123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>            </td>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>شثضثر</td>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>شثضثر</td>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>شثضثر</td>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>شثضثر</td>\r\n            <td>شثضثر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>aeqwe</td>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>aeqwe</td>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>aeqwe</td>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>aeqwe</td>\r\n            <td>aeqwe</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>eqv</td>\r\n            <td>eqv</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-22</td>\r\n            <td>2022-06-22</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>asd@ege.ewf</td>\r\n            <td>asd@ege.ewf</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0598456123</td>\r\n            <td>0598456123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>\r\n                            </td>\r\n            <td>\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-23 09:10:38'),
(704, 1, 2, 14, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>mohdddd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد </th>\r\n            <td>2022-06-02</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>moh.salah@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0599484123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>mohdddd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-02</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>moh.salah@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0599484123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>                    Shate camp\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-25 08:49:08'),
(705, 1, 4, 14, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم</th>\r\n            <td>mohdddd</td>\r\n            <td>mohdddd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد</th>\r\n            <td>2022-06-02</td>\r\n            <td>2022-06-02</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس</th>\r\n            <td>ذكر</td>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل</th>\r\n            <td>moh.salah@gmail.com</td>\r\n            <td>moh.salah@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول</th>\r\n            <td>0599484123</td>\r\n            <td>0599484123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>mohdddd</td>\r\n            <td>mohdddd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-02</td>\r\n            <td>2022-06-02</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>moh.salah@gmail.com</td>\r\n            <td>moh.salah@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0599484123</td>\r\n            <td>0599484123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-25 08:54:26'),
(706, 1, 4, 14, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم</th>\r\n            <td>mohdddd</td>\r\n            <td>mohdddd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد</th>\r\n            <td>2022-06-02</td>\r\n            <td>2022-06-02</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس</th>\r\n            <td>ذكر</td>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل</th>\r\n            <td>moh.salah@gmail.com</td>\r\n            <td>moh.salah@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول</th>\r\n            <td>0599484123</td>\r\n            <td>0599484123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>mohdddd</td>\r\n            <td>mohdddd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-02</td>\r\n            <td>2022-06-02</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>moh.salah@gmail.com</td>\r\n            <td>moh.salah@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0599484123</td>\r\n            <td>0599484123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-25 08:55:08');
INSERT INTO `es_audit` (`audit_id`, `org_id_fk`, `function_id`, `record_id`, `description_ar`, `description_en`, `by_user_type`, `user_id`, `ip_address`, `created_at`) VALUES
(707, 1, 4, 14, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم</th>\r\n            <td>mohdddd</td>\r\n            <td>mohdddd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد</th>\r\n            <td>2022-06-02</td>\r\n            <td>2022-06-02</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس</th>\r\n            <td>ذكر</td>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل</th>\r\n            <td>moh.salah@gmail.com</td>\r\n            <td>moh.salah@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول</th>\r\n            <td>0599484123</td>\r\n            <td>0599484123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>mohdddd</td>\r\n            <td>mohdddd</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-02</td>\r\n            <td>2022-06-02</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>moh.salah@gmail.com</td>\r\n            <td>moh.salah@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0599484123</td>\r\n            <td>0599484123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-25 08:55:15'),
(708, 1, 4, 6, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي)</th>\r\n            <td>محمد</td>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>ايهاب</td>\r\n            <td>ايهاب</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي)</th>\r\n            <td>محمد</td>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي)</th>\r\n            <td>mohammed</td>\r\n            <td>mohammed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي)</th>\r\n            <td>ehab</td>\r\n            <td>ehab</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>mohammed</td>\r\n            <td>mohammed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم</th>\r\n            <td>mohsalah</td>\r\n            <td>mohsalah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td>403004302</td>\r\n            <td>403004302</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد</th>\r\n            <td>1997-07-31</td>\r\n            <td>1997-07-31</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس</th>\r\n            <td>ذكر</td>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td>مقابل مسجد السوسي</td>\r\n            <td>مقابل مسجد السوسي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل</th>\r\n            <td>mohammedsalah1997.97@gmail.com</td>\r\n            <td>mohammedsalah1997.97@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول</th>\r\n            <td>0592891653</td>\r\n            <td>0592891653</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>محمد</td>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>ايهاب</td>\r\n            <td>ايهاب</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>محمد</td>\r\n            <td>محمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>صلاح</td>\r\n            <td>صلاح</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>mohammed</td>\r\n            <td>mohammed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>ehab</td>\r\n            <td>ehab</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>mohammed</td>\r\n            <td>mohammed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>salah</td>\r\n            <td>salah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>mohsalah</td>\r\n            <td>mohsalah</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td>403004302</td>\r\n            <td>403004302</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>1997-07-31</td>\r\n            <td>1997-07-31</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td>مقابل مسجد السوسي</td>\r\n            <td>مقابل مسجد السوسي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>mohammedsalah1997.97@gmail.com</td>\r\n            <td>mohammedsalah1997.97@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0592891653</td>\r\n            <td>0592891653</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n            <td>\r\n                                    Shate camp\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-25 09:35:07'),
(709, 1, 6, 6, '-', '-', 'staff', 1, '::1', '2022-06-25 09:35:31'),
(710, 1, 2, 16, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>555555</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد </th>\r\n            <td>2022-06-18</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0593123456</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>555555</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-18</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0593123456</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-25 09:38:20'),
(711, 1, 4, 16, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم</th>\r\n            <td>555555</td>\r\n            <td>555555</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد</th>\r\n            <td>2022-06-18</td>\r\n            <td>2022-06-18</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس</th>\r\n            <td>ذكر</td>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل</th>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول</th>\r\n            <td>0593123456</td>\r\n            <td>0593123456</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>            </td>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>555555</td>\r\n            <td>555555</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-18</td>\r\n            <td>2022-06-18</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0593123456</td>\r\n            <td>0593123456</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>\r\n                            </td>\r\n            <td>\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-25 10:18:36'),
(712, 1, 4, 16, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم</th>\r\n            <td>555555</td>\r\n            <td>555555</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد</th>\r\n            <td>2022-06-18</td>\r\n            <td>2022-06-18</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس</th>\r\n            <td>ذكر</td>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل</th>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول</th>\r\n            <td>0593123456</td>\r\n            <td>0593123456</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة</th>\r\n            <td>غزة</td>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>            </td>\r\n            <td>            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>احمد</td>\r\n            <td>احمد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>ahmed</td>\r\n            <td>ahmed</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>555555</td>\r\n            <td>555555</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-18</td>\r\n            <td>2022-06-18</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n            <td>moh.salah.ss@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0593123456</td>\r\n            <td>0593123456</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>\r\n                            </td>\r\n            <td>\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-25 13:19:45'),
(713, 1, 49, 13, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات المياه</td>\r\n            <td>خدمات المياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>test</td>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص</td>\r\n            <td>فحص</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>20</td>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>10</td>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>يوم</td>\r\n            <td>يوم</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1655194100default-image-620x600.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1655194100default-image-620x600.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Water Services</td>\r\n            <td>Water Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>test</td>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص</td>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>20</td>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>10</td>\r\n            <td>10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1655194100default-image-620x600.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1655194100default-image-620x600.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-29 08:31:39'),
(714, 1, 49, 3, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات وزارة الداخلية</td>\r\n            <td>خدمات وزارة الداخلية</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>Passport</td>\r\n            <td>Passport</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>طلب جديد لاغي</td>\r\n            <td>طلب جديد لاغي</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>200</td>\r\n            <td>200</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>24</td>\r\n            <td>24</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>ساعة</td>\r\n            <td>ساعة</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1587318165State Diagram 3.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1587318165State Diagram 3.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Ministry  Services</td>\r\n            <td>Ministry  Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>Passport</td>\r\n            <td>Passport</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>طلب جديد لاغي</td>\r\n            <td>طلب جديد لاغي</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>200</td>\r\n            <td>200</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>24</td>\r\n            <td>24</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Hour</td>\r\n            <td>Hour</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1587318165State Diagram 3.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1587318165State Diagram 3.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-29 08:48:49'),
(715, 1, 48, 14, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات المياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>test 123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص 123</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>Day</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1656501858default-image-620x600.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Water Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>test 123</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص 123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1656501858default-image-620x600.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-29 11:24:19'),
(716, 1, 126, 41, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>test123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص 123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>test123</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص 123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-29 11:26:03'),
(717, 1, 2, 17, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم الأول (عربي) </th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (عربي)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (عربي) </th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (عربي)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم الأول (إنجليزي) </th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الأب (إنجليزي) </th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم الجد (إنجليزي)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم العائلة (إنجليزي)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>إسم المستخدم </th>\r\n            <td>66666</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهوية</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>تاريخ الميلاد </th>\r\n            <td>2022-06-07</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الجنس </th>\r\n            <td>ذكر</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العنوان</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإيميل </th>\r\n            <td>ssss66666@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم المحمول </th>\r\n            <td>0598456123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>رقم الهاتف</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>فاكس</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>المحافظة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>المدينة </th>\r\n            <td>غزة</td>\r\n        </tr>\r\n        <tr>\r\n            <th>قرية / مخيم</th>\r\n            <td>                    مخيم الشاطى\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>متوفي؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>First Name (Arabic)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (Arabic)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (Arabic)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (Arabic)</th>\r\n            <td>فحص</td>\r\n        </tr>\r\n        <tr>\r\n            <th>First Name (English)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Father Name (English)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Grand Father Name (English)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Family Name (English)</th>\r\n            <td>test</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Username</th>\r\n            <td>66666</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Card Identity</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Date of birth</th>\r\n            <td>2022-06-07</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Gender</th>\r\n            <td>Male</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Address</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Email</th>\r\n            <td>ssss66666@gmail.com</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Mobile</th>\r\n            <td>0598456123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Phone</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fax</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>District</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>City</th>\r\n            <td>Gaza</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Village / Camp</th>\r\n            <td>                    Shate camp\r\n                            </td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is Dead</th>\r\n            <td>No</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-30 07:56:39');
INSERT INTO `es_audit` (`audit_id`, `org_id_fk`, `function_id`, `record_id`, `description_ar`, `description_en`, `by_user_type`, `user_id`, `ip_address`, `created_at`) VALUES
(718, 1, 49, 14, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة القديمة</th>\r\n            <th>القيمة الجديدة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات المياه</td>\r\n            <td>خدمات المياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>test 123</td>\r\n            <td>test 123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص 123</td>\r\n            <td>فحص 123</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>20</td>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>شيكل</td>\r\n            <td>شيكل</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>5</td>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>يوم</td>\r\n            <td>يوم</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1656501858default-image-620x600.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1656501858default-image-620x600.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>لا</td>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Pre Value</th>\r\n            <th>Post Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Water Services</td>\r\n            <td>Water Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>test 123</td>\r\n            <td>test 123</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص 123</td>\r\n            <td>فحص 123</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>20</td>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>5</td>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1656501858default-image-620x600.jpg\" alt=\"\"></td>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1656501858default-image-620x600.jpg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>No</td>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-30 07:57:15'),
(719, 1, 48, 15, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>نوع العملية</th>\r\n            <td>الخدمات</td>\r\n        </tr>\r\n        <tr>\r\n            <th>تصنيف العملية</th>\r\n            <td>خدمات المياه</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>test new</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص جديد</td>\r\n        </tr>\r\n\r\n        <tr>\r\n            <th>الرسوم</th>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>العملة</th>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>وقت الإستجابة</th>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الوحدة</th>\r\n            <td>Day</td>\r\n        </tr>\r\n\r\n\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>الشعار</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1656582705WhatsApp Image 2022-06-22 at 6.23.02 PM (1).jpeg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>لديها شهادة للطباعة؟</th>\r\n            <td>لا</td>\r\n        </tr>\r\n        <tr>\r\n            <th>مدرجة للعامة؟</th>\r\n            <td>نعم</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Transaction Type</th>\r\n            <td>Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Transaction Category</th>\r\n            <td>Water Services</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>test new</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Fees</th>\r\n            <td>20</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Currency</th>\r\n            <td>NIS</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Response Time</th>\r\n            <td>5</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Unit</th>\r\n            <td>Day</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Logo</th>\r\n            <td><img width=\"160px\" src=\"https://localhost/EMS/public/Uploads/1656582705WhatsApp Image 2022-06-22 at 6.23.02 PM (1).jpeg\" alt=\"\"></td>\r\n        </tr>\r\n        <tr>\r\n            <th>Has certificate to print?</th>\r\n            <td>No</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Is listed for public?</th>\r\n            <td>Yes</td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-30 09:51:46'),
(720, 1, 126, 42, '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>الحقل</th>\r\n            <th>القيمة</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>الإسم (إنجليزي)</th>\r\n            <td>test new</td>\r\n        </tr>\r\n        <tr>\r\n            <th>الإسم (عربي)</th>\r\n            <td>فحص جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (إنجليزي)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th>التفاصيل (عربي)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', '<table class=\"table table-hover table-striped\">\r\n        <thead>\r\n        <tr>\r\n            <th>Field</th>\r\n            <th>Value</th>\r\n        </tr>\r\n        </thead>\r\n        <tbody>\r\n        <tr>\r\n            <th>Name (English)</th>\r\n            <td>test new</td>\r\n        </tr>\r\n        <tr>\r\n            <th> Name (Arabic)</th>\r\n            <td>فحص جديد</td>\r\n        </tr>\r\n        <tr>\r\n            <th>Details (English)</th>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <th> Details (Arabic)</th>\r\n            <td></td>\r\n        </tr>\r\n        </tbody>\r\n    </table>\r\n', 'staff', 1, '::1', '2022-06-30 09:54:37'),
(721, 1, 6, 6, '-', '-', 'staff', 1, '::1', '2022-07-02 12:38:20'),
(722, 1, 81, 1, '-', '-', 'staff', 1, '::1', '2022-07-06 12:41:03'),
(723, 1, 22, 1, '-', '-', 'staff', 1, '::1', '2022-07-06 13:51:34'),
(724, 1, 22, 1, '-', '-', 'staff', 1, '::1', '2022-07-06 13:53:09'),
(725, 1, 81, 18, '-', '-', 'staff', 1, '::1', '2022-07-07 07:42:42'),
(726, 1, 81, 18, '-', '-', 'staff', 1, '::1', '2022-07-07 07:43:13'),
(727, 1, 81, 18, '-', '-', 'staff', 1, '::1', '2022-07-07 07:47:13'),
(728, 1, 81, 18, '-', '-', 'staff', 1, '::1', '2022-07-07 07:52:03'),
(729, 1, 81, 18, '-', '-', 'staff', 1, '::1', '2022-07-07 07:53:32'),
(730, 1, 81, 18, '-', '-', 'staff', 1, '::1', '2022-07-07 07:55:42'),
(731, 1, 81, 18, '-', '-', 'staff', 1, '::1', '2022-07-07 08:09:42');

-- --------------------------------------------------------

--
-- Table structure for table `es_blogs`
--

CREATE TABLE `es_blogs` (
  `blog_id` bigint(20) NOT NULL,
  `title_ar` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `title_en` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `blog_category_id` int(11) NOT NULL,
  `slug_ar` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `slug_en` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `details_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `details_en` text COLLATE utf8_unicode_ci NOT NULL,
  `image` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1 COMMENT '1 = active , 0 = not active',
  `org_id_fk` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(20) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(20) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_blogs`
--

INSERT INTO `es_blogs` (`blog_id`, `title_ar`, `title_en`, `blog_category_id`, `slug_ar`, `slug_en`, `details_ar`, `details_en`, `image`, `status`, `org_id_fk`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'رئيس بلدية البيرة', 'Mayor of Al-Bireh', 1, 'رئيس-بلدية-البيرة', 'mayor-of-al-bireh', '<p>السّيد عزام اسماعيل رئيس بلدية البيرة يستقبلاً وفداً من جمعية توأمة المدن الفرنسية مع المخيمات الفلسطينية (AJPF)، في قاعة بلدية البيرة، بحضور نائب رئيس البلدية جمال شلطف وعضو المجلس البلدي عمر عطا.</p>\r\n\r\n<p>رحب اسماعيل بالوفد، مؤكداً على عمق العلاقة بين مدينة البيرة وفرنسا، حيث قدم اسماعيل شرحاً عن مدينة البيرة ومرافقها، داعياً الوفد بالزيارات الدورية للمدينة، مشيراً إلى أن بلدية البيرة أقامت علاقة توأمة وشراكة مع بلدية جونفلييه الفرنسية.</p>\r\n\r\n<p>حيث قام الوفد بجولة في مدينة البيرة، حيث تم زيارة ضريح الشهيد ياسر عرفات، وزيارة حديقة الاستقلال والتعرف على مرافقها وزراعة شجرة زيتون بمناسبة يوم الأرض، وزيارة الاغاثة الطبية ومنظمة التحرير الفلسطينية.</p>\r\n\r\n<p>تكون الوفد من أعضاء البرلمان، رؤساء وأعضاء بلديات فرنسية، أعضاء من أحزاب سياسية ومتضامنين مع الشعب الفلسطيني، مع العلم أن هذه الزيارة بالتنسيق والشراكة مع المكتب التنفيذي للاجئين في الضفة الغربية.</p>', '<p>السّيد عزام اسماعيل رئيس بلدية البيرة يستقبلاً وفداً من جمعية توأمة المدن الفرنسية مع المخيمات الفلسطينية (AJPF)، في قاعة بلدية البيرة، بحضور نائب رئيس البلدية جمال شلطف وعضو المجلس البلدي عمر عطا.</p>\r\n\r\n<p>رحب اسماعيل بالوفد، مؤكداً على عمق العلاقة بين مدينة البيرة وفرنسا، حيث قدم اسماعيل شرحاً عن مدينة البيرة ومرافقها، داعياً الوفد بالزيارات الدورية للمدينة، مشيراً إلى أن بلدية البيرة أقامت علاقة توأمة وشراكة مع بلدية جونفلييه الفرنسية.</p>\r\n\r\n<p>حيث قام الوفد بجولة في مدينة البيرة، حيث تم زيارة ضريح الشهيد ياسر عرفات، وزيارة حديقة الاستقلال والتعرف على مرافقها وزراعة شجرة زيتون بمناسبة يوم الأرض، وزيارة الاغاثة الطبية ومنظمة التحرير الفلسطينية.</p>\r\n\r\n<p>تكون الوفد من أعضاء البرلمان، رؤساء وأعضاء بلديات فرنسية، أعضاء من أحزاب سياسية ومتضامنين مع الشعب الفلسطيني، مع العلم أن هذه الزيارة بالتنسيق والشراكة مع المكتب التنفيذي للاجئين في الضفة الغربية.</p>', '1554033113bireh.jpg', 1, 1, '2019-03-31 08:51:53', 1, NULL, NULL, '2019-03-31 08:51:53', NULL),
(2, 'مقال تجريبي', 'Testing', 1, 'مقال-تجريبي', 'testing', '<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>\r\n\r\n<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>\r\n\r\n<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>\r\n\r\n<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>\r\n\r\n<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', '157234339273446248_497090267688056_2881833359518990336_n.jpg', 1, 1, '2019-10-29 08:03:12', 1, NULL, NULL, '2019-10-29 08:03:12', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_blog_categories`
--

CREATE TABLE `es_blog_categories` (
  `blog_category_id` bigint(20) NOT NULL,
  `title_ar` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `title_en` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `image` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `org_id_fk` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(20) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(20) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_blog_categories`
--

INSERT INTO `es_blog_categories` (`blog_category_id`, `title_ar`, `title_en`, `image`, `org_id_fk`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'أخبار البلدية', 'News of the Municipality', '1554032830download.jpg', 1, '2019-03-31 08:47:10', 1, NULL, NULL, '2019-03-31 08:47:10', NULL),
(2, 'تصنيف تجريبي', 'Testing Category', '1572343643ui-image-placeholder-wireframes-apps-260nw-1037719204.jpg', 1, '2019-10-29 08:07:23', 1, NULL, NULL, '2019-10-29 08:07:23', NULL),
(3, 'تجريبي 1', 'Testing 1', '1572343668ui-image-placeholder-wireframes-apps-260nw-1037719204.jpg', 1, '2019-10-29 08:07:48', 1, NULL, NULL, '2019-10-29 08:07:48', NULL),
(4, 'تجريبي 2', 'Testing 2', '1572343686ui-image-placeholder-wireframes-apps-260nw-1037719204.jpg', 1, '2019-10-29 08:08:06', 1, NULL, NULL, '2019-10-29 08:08:06', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_certificates_templates`
--

CREATE TABLE `es_certificates_templates` (
  `certificate_id` int(11) NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `transaction_type_cd` int(11) DEFAULT NULL,
  `transaction_category_id_fk` int(11) DEFAULT NULL,
  `transaction_type_id_fk` int(11) DEFAULT NULL,
  `certificate_name_en` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
  `certificate_name_ar` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
  `certificate_details_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `certificate_details_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `certificate_watermark_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `certificate_watermark_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_default` int(11) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_certificates_templates`
--

INSERT INTO `es_certificates_templates` (`certificate_id`, `org_id_fk`, `transaction_type_cd`, `transaction_category_id_fk`, `transaction_type_id_fk`, `certificate_name_en`, `certificate_name_ar`, `certificate_details_en`, `certificate_details_ar`, `certificate_watermark_en`, `certificate_watermark_ar`, `is_default`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 30, 1, 1, 'Certificate', 'شهادة', '<h2 style=\"text-align:center\"><strong>Certificate</strong></h2><p>This Certificate has been issued to</p><p> </p><p> </p><p> </p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Signature 1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Signature 2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Signature 3&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Signature 4</p>', '<h1 style=\"text-align:center\"><strong>شهادة</strong></h1><p><strong>تشهد مؤسسة&nbsp;</strong><a href=\"newcounter_city(المدينة-City)\">@newcounter_city(المدينة-City)</a>&nbsp;&nbsp;<a href=\"newcounter_mobile(المحمول-Mobile)\">@newcounter_mobile(المحمول-Mobile)</a>&nbsp;&nbsp;<a href=\"newcounter_phone(الهاتف-Phone)\">@newcounter_phone(الهاتف-Phone)</a>&nbsp;</p><p> </p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; توقيع&nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; توقيع&nbsp;2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;توقيع&nbsp;3&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; توقيع 4</p>', '1555926357LYjyhHiWLLVYL2DQOn2T.png', '15559263579lw5p3712E8smv8tOqWi.png', 0, '2019-04-17 10:08:56', 1, NULL, NULL, '2019-05-16 06:50:09', NULL),
(2, 1, 28, 2, 2, 'hj', 'تغنتانمنتكن', '<p>Test Cert for <a href=\"Full Name\">@Full Name</a>&nbsp; ID: <a href=\"ID Number\">@ID Number</a>&nbsp;.</p><p><a href=\"complaintf_notes(ملاحظات-Notes)\">@complaintf_notes(ملاحظات-Notes)</a>&nbsp;</p>', '<p>شهادة للمواطن/ <a href=\"Full Name\">@Full Name</a>&nbsp; هوية رقم: <a href=\"ID Number\">@ID Number</a>&nbsp;</p><p>ملاحظات/</p><p><a href=\"complaintf_notes(ملاحظات-Notes)\">@complaintf_notes(ملاحظات-Notes)</a>&nbsp;</p>', '1555926224jbeY1HzUiGJBHZE8D43n.png', '1555926224rp8purzcKBAxvaIgJE2P.png', 0, '2019-04-22 06:43:44', 1, NULL, NULL, '2019-04-23 08:55:01', NULL),
(3, 1, 28, 2, 2, 'Compalaint Certificate', 'شهادة خدمة', '<p style=\"text-align:center\"><span style=\"font-size:36px\">Certificate</span></p><p><strong>This Certificate is issued for Mr. <a href=\"Full Name\">@Full Name</a>&nbsp;holding Card ID: <a href=\"ID Number\">@ID Number</a>&nbsp;and living in <a href=\"Address\">@Address</a>&nbsp;working in the field.</strong></p><p><strong>This Certificate <a href=\"complaintf_notes(ملاحظات-Notes)\">@complaintf_notes(ملاحظات-Notes)</a>&nbsp; to the <a href=\"complaintf_to(الى-To)\">@complaintf_to(الى-To)</a>&nbsp;.</strong></p><p>Good Luck.</p>', '<h1 style=\"text-align:center\"><span style=\"font-size:48px\">شهادة</span></h1><p><strong>تشهد بلدية غزة بأن السيد/ <a href=\"Full Name\">@Full Name</a>&nbsp;ويحمل هوية رقم: <a href=\"ID Number\">@ID Number</a>&nbsp;ويسكن في <a href=\"Address\">@Address</a>&nbsp;<br />قد حصل على شهادة في مجال حرفة مع ملاحظة أن هذه الشهادة <a href=\"complaintf_notes(ملاحظات-Notes)\">@complaintf_notes(ملاحظات-Notes)</a>&nbsp; وحتى تاريخ <a href=\"complaintf_to(الى-To)\">@complaintf_to(الى-To)</a>&nbsp;.</strong></p><p> </p><p><strong>مع خالص التحية،،</strong></p><p><strong>بلدية غزة</strong></p>', '15560181187PXhNDNLzN9YyScWCAFd.png', '1556018118YhjRPbYaR7G8TZqLDuXv.jpg', 1, '2019-04-23 08:15:18', 1, NULL, NULL, '2019-04-23 08:55:01', NULL),
(4, 1, 30, 1, 1, 'fdaadfs', 'يسبشسيبشسيب', '<p>تشه\\\\ تاللايا تالي&nbsp; <a href=\"Full Name\">@Full Name</a>&nbsp; ونمللي&nbsp; &nbsp;<a href=\"ID Number\">@ID Number</a>&nbsp; &nbsp;اياسا <a href=\"Address\">@Address</a>&nbsp;</p><p> </p><p> </p><p> </p><p> </p><p> </p>', '<p>يسشبشسيبشيسبشيسبشسيبشسيبشسي</p>', '155800021020bGmD4hX1vTN6UXMmUQ.png', '1558000210QCLnudqs8OFylcGfl0xY.png', 1, '2019-05-16 06:50:10', 1, NULL, NULL, '2021-05-25 07:06:30', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_citizens`
--

CREATE TABLE `es_citizens` (
  `citizen_id` bigint(20) NOT NULL,
  `first_name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `father_name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `grandfather_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `family_name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `first_name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `father_name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `grandfather_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `family_name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `gender_cd` int(11) NOT NULL,
  `is_beneficiary` int(2) DEFAULT NULL,
  `is_dead` int(2) DEFAULT NULL,
  `subscribe_code` varchar(11) COLLATE utf8_unicode_ci DEFAULT '951357',
  `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `dob` date NOT NULL,
  `fax` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `phone` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `document_type_cd` int(11) DEFAULT NULL,
  `id_card_no` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `pssport` int(11) DEFAULT NULL,
  `copy_ID_passport` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `city_cd` bigint(20) NOT NULL,
  `village_camp_cd` bigint(20) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(20) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(20) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL,
  `mobile` text COLLATE utf8_unicode_ci NOT NULL,
  `address` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `district_cd` bigint(20) DEFAULT NULL,
  `number_financial_system` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_citizens`
--

INSERT INTO `es_citizens` (`citizen_id`, `first_name_ar`, `father_name_ar`, `grandfather_ar`, `family_name_ar`, `first_name_en`, `father_name_en`, `grandfather_en`, `family_name_en`, `gender_cd`, `is_beneficiary`, `is_dead`, `subscribe_code`, `email`, `dob`, `fax`, `phone`, `document_type_cd`, `id_card_no`, `pssport`, `copy_ID_passport`, `city_cd`, `village_camp_cd`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`, `mobile`, `address`, `district_cd`, `number_financial_system`) VALUES
(1, 'محمد', 'نعيم', 'يوسف', 'عرار', 'Mohammad', 'Naeem', 'Yousef', 'Arar', 6, 1, 0, '951357', 'mohammad.arar@experts.ps', '1990-02-10', NULL, '022900162', 141, '958632879', NULL, NULL, 50, NULL, '2019-03-30 07:57:13', 1, NULL, NULL, '2019-03-30 07:57:13', NULL, '0592066694', 'البيرة', 48, 1),
(2, 'إياد', 'رياض', 'فوزي', 'مناع', 'Eyad111', 'Reyad', 'Fawzi', 'Manaa', 6, 1, 0, '951357', 'eyadmanna@gmail.com', '1989-04-11', NULL, NULL, 141, '80224441166', NULL, NULL, 10, NULL, '2019-04-17 09:46:22', 1, NULL, NULL, '2019-10-17 10:40:52', 1, '0599055692', 'غزة', 9, 2),
(3, 'فراس', 'اسامة', '---', 'الشريف', 'f', 'f', 'f', 'f', 6, 1, 0, '951357', 'feras@gmail.com', '1986-12-17', NULL, NULL, 141, '800638090', NULL, NULL, 10, 12, '2019-10-29 07:56:57', 1, NULL, NULL, '2022-05-26 04:10:28', 1, '1234567890', 'test', 9, 3),
(4, 'محمد', 'وليد', 'حلمي', 'الدهشان', 'Mohammed', 'Waleed', 'Helmy', 'El dahshan', 6, 1, 0, '951357', 'mwdahshan@gmail.com', '1965-07-12', NULL, '0595103335', 141, '0595103335', NULL, NULL, 10, 12, '2021-05-02 07:43:14', 1, NULL, NULL, '2021-05-02 07:43:14', NULL, '0595103335', 'تل الهوا', 9, 4),
(5, 'نور الدين', 'علي', 'أحمد', 'الحسيني', 'noor el deen', 'ali', 'ahmed', 'al hossany', 6, 1, 0, '951357', 'noor@gmail.com', '1965-07-12', NULL, '2519485', 141, '888888888', NULL, NULL, 10, 12, '2021-05-25 05:47:23', 1, NULL, NULL, '2021-05-27 05:35:48', 1, '05169546', 'غزة - الرمال', 9, 5),
(6, 'محمد', 'ايهاب', 'محمد', 'صلاح', 'mohammed', 'ehab', 'mohammed', 'salah', 6, 1, 0, '951357', 'mohammedsalah1997.97@gmail.com', '1997-07-31', NULL, NULL, 141, '403004302', NULL, '1656160507WhatsApp Image 2022-06-22 at 6.23.02 PM (2).jpeg', 10, 12, '2021-09-27 08:38:35', 0, NULL, NULL, '2022-06-25 09:35:07', 1, '0592891653', 'مقابل مسجد السوسي', 9, 6),
(7, 'نيفين', 'عمر', 'ابراهيم', 'شتية', 'Neveen', 'omar', 'ibrahim', 'ishtaieh', 7, 1, 0, '951357', 'neveenshtaya104@gmail.com', '1998-10-07', NULL, '0595558931', 141, '46998348643', NULL, NULL, 50, NULL, '2022-04-24 05:14:07', 1, NULL, NULL, '2022-04-24 05:14:07', NULL, '0595558931', 'تل', 48, 7),
(8, 'رامز', 'مروان', 'يعقوب', 'السقا', 'Ramez', 'y', 'y', 'r', 6, 1, 0, '951357', 'r.saqqa@gmail.com', '1980-05-26', NULL, NULL, 141, '801087560', NULL, NULL, 49, NULL, '2022-05-26 04:06:51', 1, NULL, NULL, '2022-05-26 04:06:51', NULL, '970599628999', NULL, 48, 8),
(9, 'محمد', 'محمد', 'محمد', 'محمد', 'moh', 'moh', 'moh', 'moh', 6, 1, 0, '951357', 'mohammed@gmail.com', '2022-06-06', NULL, NULL, 141, '911576650', NULL, '1655982744WhatsApp Image 2022-06-22 at 6.23.02 PM (2).jpeg', 10, NULL, '2022-06-23 08:12:24', 1, NULL, NULL, '2022-06-23 08:12:24', NULL, '0599484612', NULL, 9, 9),
(10, 'احمد', 'احمد', 'احمد', 'احمد', 'mohss', 'mohss', 'mohss', 'mohss', 6, 1, 0, '951357', 'sss@gmail.com', '2022-06-03', NULL, NULL, 140, NULL, 123456, '1655982938WhatsApp Image 2022-06-22 at 6.23.02 PM (1).jpeg', 10, NULL, '2022-06-23 08:15:38', 1, NULL, NULL, '2022-06-23 08:15:38', NULL, '059912345', NULL, 9, 10),
(11, 'شثضثر', 'شثضثر', 'شثضثر', 'شثضثر', 'aeqwe', 'aeqwe', 'aeqwe', 'aeqwe', 6, 1, 0, '951357', 'asd@ege.ewf', '2022-06-22', NULL, NULL, 140, NULL, 123456, '1655983100WhatsApp Image 2022-06-22 at 6.23.02 PM (1).jpeg', 10, NULL, '2022-06-23 08:18:20', 1, NULL, NULL, '2022-06-23 09:10:38', 1, '0598456123', NULL, 9, 11),
(12, 'محمد', 'ايهاب', 'محمد', 'صلاح', 'mohammed', 'mohammed', 'mohammed', 'mohammed', 6, 1, NULL, '951357', 'msalah14@smail.ucas.edu.ps', '2022-05-30', NULL, NULL, 140, NULL, 123456789, '1655990988WhatsApp Image 2022-06-22 at 6.24.41 PM.jpeg', 10, NULL, '2022-06-23 10:29:48', 0, NULL, NULL, '2022-06-23 10:29:48', NULL, '0592891653', NULL, 9, 12),
(13, 'محمد', 'ايهاب', 'محمد', 'صلاح', 'mohammed', 'mohammed', 'mohammed', 'mohammed', 6, 1, NULL, '951357', 'super_admin@stadium.com', '2022-05-29', NULL, NULL, 140, NULL, 123456456, '1655991113WhatsApp Image 2022-06-22 at 6.23.02 PM (2).jpeg', 10, NULL, '2022-06-23 10:31:53', 0, NULL, NULL, '2022-06-23 10:31:53', NULL, '0592891654', NULL, 9, 13),
(14, 'صلاح', 'صلاح', 'صلاح', 'صلاح', 'salah', 'salah', 'salah', 'salah', 6, 1, 0, '951357', 'moh.salah@gmail.com', '2022-06-02', NULL, NULL, 140, NULL, 11111, '1656157748default-image-620x600.jpg', 10, 12, '2022-06-25 08:49:08', 1, NULL, NULL, '2022-06-25 08:54:26', 1, '0599484123', NULL, 9, 25),
(15, 'محمد محمد', 'محمد محمد', 'محمد محمد', 'محمد محمد', 'mohammed', 'mohammed', 'mohammed', 'mohammed', 6, 1, NULL, '951357', 'msalah14@smail.edu.ps', '2022-06-01', NULL, NULL, 140, NULL, 222222, '1656159358WhatsApp Image 2022-06-22 at 6.23.02 PM (2).jpeg', 10, 12, '2022-06-25 09:15:58', 0, NULL, NULL, '2022-06-25 09:15:58', NULL, '0595123456', NULL, 9, 23),
(16, 'احمد123', 'احمد', 'احمد', 'احمد', 'ahmed', 'ahmed', 'ahmed', 'ahmed', 6, 1, 0, '951357', 'moh.salah.ss@gmail.com', '2022-06-18', NULL, NULL, 140, NULL, 555555, '1656160700WhatsApp Image 2022-06-22 at 6.23.02 PM (2).jpeg', 10, NULL, '2022-06-25 09:38:20', 1, NULL, NULL, '2022-06-28 11:51:45', 0, '0593123456', NULL, 9, 2222),
(17, 'فحص', 'فحص', 'فحص', 'فحص', 'test', 'test', 'test', 'test', 6, 1, 0, '951357', 'ssss66666@gmail.com', '2022-06-07', NULL, NULL, 140, NULL, 66666, '1656575799WhatsApp Image 2022-06-22 at 6.23.02 PM (1).jpeg', 10, 12, '2022-06-30 07:56:39', 1, NULL, NULL, '2022-06-30 07:56:39', NULL, '0598456123', NULL, 9, 2314);

-- --------------------------------------------------------

--
-- Table structure for table `es_citizen_relation`
--

CREATE TABLE `es_citizen_relation` (
  `citizen_relation_id` bigint(20) NOT NULL,
  `relation_type_cd` int(11) NOT NULL,
  `parent_id_card` text COLLATE utf8_unicode_ci NOT NULL,
  `child_id_card` text COLLATE utf8_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_citizen_relation`
--

INSERT INTO `es_citizen_relation` (`citizen_relation_id`, `relation_type_cd`, `parent_id_card`, `child_id_card`, `created_at`, `created_by`, `updated_at`, `deleted_at`, `deleted_by`) VALUES
(1, 68, '0595103335', '959559595', '2021-05-02 07:43:14', 1, '2021-05-02 07:43:14', NULL, NULL),
(2, 67, '959559595', '0595103335', '2021-05-02 07:43:14', 1, '2021-05-02 07:43:14', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_department_staff`
--

CREATE TABLE `es_department_staff` (
  `department_staff_id` int(11) NOT NULL,
  `staff_id_fk` int(11) NOT NULL,
  `department_id_fk` int(11) NOT NULL,
  `position_id_fk` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_department_staff`
--

INSERT INTO `es_department_staff` (`department_staff_id`, `staff_id_fk`, `department_id_fk`, `position_id_fk`, `created_at`, `created_by`) VALUES
(2, 3, 2, 2, '2019-03-30 08:42:40', 1),
(3, 4, 3, 3, '2019-03-30 08:43:16', 1),
(4, 5, 2, 4, '2019-03-31 04:16:03', 1),
(5, 6, 1, 5, '2019-03-31 04:20:16', 1),
(15, 5, 5, 5, '2020-01-15 08:48:02', 1),
(16, 6, 5, 2, '2020-01-15 08:48:04', 1),
(17, 7, 4, 5, '2020-01-16 09:19:27', 1),
(22, 1, 8, 7, '2020-10-22 05:32:08', 1),
(21, 1, 3, 7, '2020-10-21 12:40:18', 1),
(20, 1, 1, 5, '2020-10-21 12:35:35', 1),
(18, 1, 6, 6, '2020-10-21 12:31:56', 1),
(19, 1, 7, 7, '2020-10-21 12:33:29', 1),
(23, 1, 2, 2, '2021-07-15 05:03:14', 1),
(24, 1, 4, 6, '2021-07-15 05:12:40', 1),
(25, 9, 5, 7, '2021-10-12 08:12:22', 1),
(27, 12, 5, 5, '2022-05-08 06:00:04', 1),
(28, 15, 1, 5, '2022-05-08 09:45:47', 1),
(29, 12, 1, 6, '2022-05-08 09:46:17', 1),
(30, 13, 3, 1, '2022-05-08 09:58:47', 1),
(31, 14, 5, 6, '2022-05-18 09:27:51', 1);

-- --------------------------------------------------------

--
-- Table structure for table `es_email_templates`
--

CREATE TABLE `es_email_templates` (
  `email_template_id` int(11) NOT NULL,
  `subject_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `subject_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `template_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `template_ar` text COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_email_templates`
--

INSERT INTO `es_email_templates` (`email_template_id`, `subject_en`, `subject_ar`, `template_en`, `template_ar`) VALUES
(1, 'Reset Password Account', 'إعادة تعيين كلمة المرور', 'Your Account Password has been reset. ', 'لقد تم إعادة تعيين كلمة المرور للحساب الخاص بك.'),
(2, 'Subscription Code', 'رمز الإشتراك', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_firms`
--

CREATE TABLE `es_firms` (
  `firm_id` bigint(20) NOT NULL,
  `subscribe_code` varchar(11) COLLATE utf8_unicode_ci DEFAULT '951357',
  `name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `sector_cd` int(11) NOT NULL COMMENT 'قطاع العمل',
  `is_beneficiary` int(2) DEFAULT NULL,
  `is_closed` int(2) DEFAULT NULL,
  `release_date` date DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `registration_number` text COLLATE utf8_unicode_ci NOT NULL COMMENT 'رقم التسجيل',
  `license_number` varchar(255) COLLATE utf8_unicode_ci NOT NULL COMMENT 'رقم الرخصة',
  `employees_number` int(11) DEFAULT NULL COMMENT 'عدد الموظفين',
  `fax` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `phone` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `mobile` text COLLATE utf8_unicode_ci NOT NULL,
  `address` text COLLATE utf8_unicode_ci NOT NULL,
  `district_cd` bigint(20) DEFAULT NULL,
  `city_cd` bigint(20) NOT NULL,
  `village_camp_cd` bigint(20) DEFAULT NULL,
  `owner_fullname_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `owner_fullname_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `owner_mobile` text COLLATE utf8_unicode_ci NOT NULL,
  `ownership_document` text COLLATE utf8_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(20) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(20) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_firms`
--

INSERT INTO `es_firms` (`firm_id`, `subscribe_code`, `name_ar`, `name_en`, `sector_cd`, `is_beneficiary`, `is_closed`, `release_date`, `expiry_date`, `registration_number`, `license_number`, `employees_number`, `fax`, `phone`, `email`, `mobile`, `address`, `district_cd`, `city_cd`, `village_camp_cd`, `owner_fullname_ar`, `owner_fullname_en`, `owner_mobile`, `ownership_document`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, '951357', 'الدهشان', 'Dahshan', 88, 1, NULL, NULL, NULL, '500', '500', 20, NULL, NULL, 'mwdahshan@gmail.com', '0595103335', 'غزة', 9, 10, 12, 'محمد وليد حلمي الدهشان', 'Mohammed Waleed El dahshan', '0595103335', '1619952785dahshan.txt', '2021-05-02 07:52:19', 1, NULL, NULL, '2021-05-02 07:53:05', 1),
(2, '951357', 'النور', 'Al noor', 88, 1, NULL, '2018-06-21', '2021-05-16', '97453', '97453', 30, NULL, '5845555', 'noor@noor.com', '5846258', 'غزة - الرمال', 9, 10, 12, 'نور الدين علي أحمد الحسيني', 'noor eldeen ali ahmed elhossany', '85465425', '1621932895test.txt', '2021-05-25 05:54:55', 1, NULL, NULL, '2021-05-25 05:55:07', 1),
(3, '951357', 'ثرضص', 'evqe', 15, 1, NULL, '2021-10-05', '2021-10-05', '68186', '1865185', 10, NULL, '0592891653', 'dvgav@sebes.com', '0592891653', 'eveqwbv', 9, 10, 12, 'شرضث ثلاضصث', 'sebweb ewbqewb', '0592891653', '1633611910New Microsoft Word Document.pdf', '2021-10-07 10:05:10', 1, NULL, NULL, '2021-10-07 10:05:10', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_form_blocks`
--

CREATE TABLE `es_form_blocks` (
  `block_id` int(11) NOT NULL,
  `form_id_fk` int(11) DEFAULT NULL,
  `title_ar` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `title_en` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `is_grid` int(11) DEFAULT 0,
  `block_order` int(11) DEFAULT NULL,
  `block_setting` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_form_blocks`
--

INSERT INTO `es_form_blocks` (`block_id`, `form_id_fk`, `title_ar`, `title_en`, `is_grid`, `block_order`, `block_setting`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555505366\"}', '2019-04-17 09:53:49', 1, NULL, NULL, '2019-04-17 09:53:49', NULL),
(2, 1, 'العائلة', 'Family', 1, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555505525070\"}', '2019-04-17 09:53:49', 1, NULL, NULL, '2019-04-17 09:53:49', NULL),
(3, 2, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2019-04-18 03:41:17', 1, NULL, NULL, '2019-04-18 03:41:17', NULL),
(4, 2, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2019-04-18 03:41:17', 1, NULL, NULL, '2019-04-18 03:41:17', NULL),
(5, 3, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2019-04-18 07:02:17', 1, NULL, NULL, '2019-04-18 07:02:17', NULL),
(6, 3, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2019-04-18 07:02:17', 1, NULL, NULL, '2019-04-18 07:02:17', NULL),
(7, 4, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2019-04-18 07:05:10', 1, NULL, NULL, '2019-04-18 07:05:10', NULL),
(8, 4, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2019-04-18 07:05:11', 1, NULL, NULL, '2019-04-18 07:05:11', NULL),
(9, 7, 'معلومات عامة', 'General Information', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1587318317\"}', '2020-04-19 14:56:29', 1, NULL, NULL, '2020-04-19 14:56:29', NULL),
(10, 6, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2020-08-20 07:03:30', 1, NULL, NULL, '2020-08-20 07:03:30', NULL),
(11, 6, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2020-08-20 07:03:30', 1, NULL, NULL, '2020-08-20 07:03:30', NULL),
(12, 8, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2020-08-20 10:53:03', 1, NULL, NULL, '2020-08-20 10:53:03', NULL),
(13, 8, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2020-08-20 10:53:03', 1, NULL, NULL, '2020-08-20 10:53:03', NULL),
(14, 10, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1598164757\"}', '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(15, 10, '', 'New Section', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1598263168622\"}', '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(16, 11, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1598164757\"}', '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(17, 11, '', 'New Section', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1598263168622\"}', '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(18, 13, 'المعلومات الشخصية', 'info', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1602758428\"}', '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(19, 13, '', 'Details', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1602758637\"}', '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(20, 13, 'افراد الاسرة', 'Family Members', 1, 3, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1602758820\"}', '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(21, 15, 'بيانات المنشأه', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603292441\"}', '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(22, 15, 'بيانات طالب الترخيص', 'New Section', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603292884\"}', '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(23, 15, 'بيانات المسؤول الفني', 'New Section', 0, 3, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603296355480\"}', '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(24, 16, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603296354\"}', '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(25, 16, 'عنوان السكن الحالي', 'New Section', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603341383\"}', '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(26, 16, 'بيانات الزوج / الزوجة', 'New Grid', 1, 3, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603347554\"}', '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(27, 16, 'بيانات الابناء تحت سن 16 سنة', 'New Grid', 1, 4, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603351545067\"}', '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(28, 16, 'المرفقات', 'New Section', 0, 5, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603348569\"}', '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(29, 17, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603296354\"}', '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(30, 17, 'عنوان السكن الحالي', 'New Section', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603341383\"}', '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(31, 17, 'بيانات الزوج / الزوجة', 'New Grid', 1, 3, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603347554\"}', '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(32, 17, 'بيانات الابناء تحت سن 16 سنة', 'New Grid', 1, 4, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603351545067\"}', '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(33, 17, 'المرفقات', 'New Section', 0, 5, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1603348569\"}', '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(34, 19, 'العنوان', 'Adress', 0, 1, '{\"background_color\":\"#ffffff\",\"block_id\":\"1619953966\"}', '2021-05-02 08:21:33', 1, NULL, NULL, '2021-05-02 08:21:33', NULL),
(35, 19, 'العنوان', 'Adress', 0, 2, '{\"background_color\":\"#ffffff\",\"block_id\":\"1619954428575\"}', '2021-05-02 08:21:33', 1, NULL, NULL, '2021-05-02 08:21:33', NULL),
(36, 20, 'العنوان', 'Address', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1619958744\"}', '2021-05-02 09:35:05', 1, NULL, NULL, '2021-05-02 09:35:05', NULL),
(37, 9, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2021-05-25 07:29:50', 1, NULL, NULL, '2021-05-25 07:29:50', NULL),
(38, 9, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2021-05-25 07:29:50', 1, NULL, NULL, '2021-05-25 07:29:50', NULL),
(39, 24, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2021-05-25 07:35:36', 1, NULL, NULL, '2021-05-25 07:35:36', NULL),
(40, 24, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2021-05-25 07:35:36', 1, NULL, NULL, '2021-05-25 07:35:36', NULL),
(41, 28, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2021-05-25 07:54:42', 1, NULL, NULL, '2021-05-25 07:54:42', NULL),
(42, 28, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2021-05-25 07:54:42', 1, NULL, NULL, '2021-05-25 07:54:42', NULL),
(43, 30, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2021-05-25 08:02:44', 1, NULL, NULL, '2021-05-25 08:02:44', NULL),
(44, 30, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2021-05-25 08:02:44', 1, NULL, NULL, '2021-05-25 08:02:44', NULL),
(45, 37, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2021-05-25 09:12:26', 1, NULL, NULL, '2021-05-25 09:12:26', NULL),
(46, 37, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2021-05-25 09:12:26', 1, NULL, NULL, '2021-05-25 09:12:26', NULL),
(47, 38, 'جدول', 'Grid', 1, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569339\"}', '2021-05-27 05:38:15', 1, NULL, NULL, '2021-05-27 05:38:15', NULL),
(48, 38, 'شكوى', 'Complaint', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2021-05-27 05:38:15', 1, NULL, NULL, '2021-05-27 05:38:15', NULL),
(49, 39, 'شكوى', 'Complaint', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2021-07-15 04:33:31', 1, NULL, NULL, '2021-07-15 04:33:31', NULL),
(50, 40, 'شكوى', 'Complaint', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2021-07-15 04:58:48', 1, NULL, NULL, '2021-07-15 04:58:48', NULL),
(51, 41, 'شكوى', 'Complaint', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1555569699\"}', '2021-11-02 09:20:05', 1, NULL, NULL, '2021-11-02 09:20:05', NULL),
(52, 47, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1651998367\"}', '2022-05-08 05:39:23', 1, NULL, NULL, '2022-05-08 05:39:23', NULL),
(53, 45, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1651998015\"}', '2022-05-08 05:39:43', 1, NULL, NULL, '2022-05-08 05:39:43', NULL),
(54, 46, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1651998199\"}', '2022-05-08 05:40:03', 1, NULL, NULL, '2022-05-08 05:40:03', NULL),
(55, 48, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1654415337\"}', '2022-06-05 05:05:35', 1, NULL, NULL, '2022-06-05 05:05:35', NULL),
(56, 50, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1655194133\"}', '2022-06-14 05:09:34', 1, NULL, NULL, '2022-06-14 05:09:34', NULL),
(57, 51, '', 'New Section', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656505933\"}', '2022-06-29 12:33:07', 1, NULL, NULL, '2022-06-29 12:33:07', NULL),
(58, 51, '', 'New Section', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656506581\"}', '2022-06-29 12:33:07', 1, NULL, NULL, '2022-06-29 12:33:07', NULL),
(59, 51, '', 'New Section', 0, 3, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656505958036\"}', '2022-06-29 12:33:07', 1, NULL, NULL, '2022-06-29 12:33:07', NULL),
(60, 51, '', 'New Section', 0, 4, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656505958303\"}', '2022-06-29 12:33:07', 1, NULL, NULL, '2022-06-29 12:33:07', NULL),
(61, 52, 'جديد', 'new', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656582734\"}', '2022-06-30 09:54:12', 1, NULL, NULL, '2022-06-30 09:54:12', NULL),
(62, 52, 'للخطوة', 'with step', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656582769189\"}', '2022-06-30 09:54:12', 1, NULL, NULL, '2022-06-30 09:54:12', NULL),
(63, 54, 'جديد', 'new', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656582734\"}', '2022-06-30 13:24:24', 1, NULL, NULL, '2022-06-30 13:24:24', NULL),
(64, 54, 'للخطوة', 'with step', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656582769189\"}', '2022-06-30 13:24:24', 1, NULL, NULL, '2022-06-30 13:24:24', NULL),
(65, 55, 'جديد', 'new', 0, 1, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656582734\"}', '2022-07-02 12:53:15', 1, NULL, NULL, '2022-07-02 12:53:15', NULL),
(66, 55, 'للخطوة', 'with step', 0, 2, '{\"background_color\":\"#f6f6f6\",\"block_id\":\"1656582769189\"}', '2022-07-02 12:53:15', 1, NULL, NULL, '2022-07-02 12:53:15', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_form_fields`
--

CREATE TABLE `es_form_fields` (
  `field_id` int(11) NOT NULL,
  `block_id_fk` bigint(20) NOT NULL,
  `label_ar` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `label_en` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
  `db_field_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL COMMENT 'element name in english',
  `field_order` int(11) DEFAULT 0,
  `field_type` varchar(100) COLLATE utf8_unicode_ci NOT NULL COMMENT 'text field, text area, check boxes, drop downs, grids, date pickers, and file upload fields',
  `field_attributes` text COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'JSON array that has all field attributes',
  `field_validation` text COLLATE utf8_unicode_ci NOT NULL COMMENT 'JSON array that has field validation',
  `is_calculated` int(11) DEFAULT 0,
  `calculated_attributes` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `has_lookup` int(11) DEFAULT NULL,
  `lookup_data_source` enum('none','API','list','SQL','nested') COLLATE utf8_unicode_ci DEFAULT NULL,
  `lookup_attributes` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `for_use_by` enum('staff','citizen','both') COLLATE utf8_unicode_ci DEFAULT NULL,
  `for_use_by_group_id_fk` int(11) DEFAULT NULL,
  `is_searchable_field` int(11) DEFAULT 0,
  `is_hidden` int(11) DEFAULT 0,
  `status` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_form_fields`
--

INSERT INTO `es_form_fields` (`field_id`, `block_id_fk`, `label_ar`, `label_en`, `db_field_name`, `field_order`, `field_type`, `field_attributes`, `field_validation`, `is_calculated`, `calculated_attributes`, `has_lookup`, `lookup_data_source`, `lookup_attributes`, `for_use_by`, `for_use_by_group_id_fk`, `is_searchable_field`, `is_hidden`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 'الهاتف', 'Phone', 'newcounter_phone', 1, 'text_field', '{\"id\":\"1555505382721\",\"text_field_type\":\"Digits\",\"placeholder_en\":\"Please enter Phone\",\"placeholder_ar\":\"من فضلك أدخل الهاتف\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"1\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-17 09:53:49', 1, NULL, NULL, '2019-04-17 09:53:49', NULL),
(2, 1, 'المحمول', 'Mobile', 'newcounter_mobile', 2, 'text_field', '{\"id\":\"1555505384809\",\"text_field_type\":\"Digits\",\"placeholder_en\":\"Please enter Mobile\",\"placeholder_ar\":\"من فضلك أدخل المحمول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"1\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-17 09:53:49', 1, NULL, NULL, '2019-04-17 09:53:49', NULL),
(3, 1, 'المدينة', 'City', 'newcounter_city', 3, 'text_field', '{\"id\":\"1555505388126\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter City\",\"placeholder_ar\":\"من فضلك أدخل المدينة\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-17 09:53:49', 1, NULL, NULL, '2019-04-17 09:53:49', NULL),
(4, 2, 'الإسم', 'Name', 'newcounter_name', 1, 'text_field', '{\"id\":\"1555505577995\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Name\",\"placeholder_ar\":\"من فضلك أدخل الإسم\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-1\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-17 09:53:49', 1, NULL, NULL, '2019-04-17 09:53:49', NULL),
(5, 2, 'العمر', 'Age', 'newcounter_age', 2, 'text_field', '{\"id\":\"1555505602449\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Age\",\"placeholder_ar\":\"من فضلك أدخل العمر\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-1\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-17 09:53:49', 1, NULL, NULL, '2019-04-17 09:53:49', NULL),
(6, 3, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-9\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 1, NULL, '2019-04-18 03:41:17', 1, NULL, NULL, '2021-07-15 04:33:31', NULL),
(7, 3, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-9\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 1, NULL, '2019-04-18 03:41:17', 1, NULL, NULL, '2021-07-15 04:33:31', NULL),
(8, 3, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-12\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 1, NULL, '2019-04-18 03:41:17', 1, NULL, NULL, '2021-07-15 04:33:31', NULL),
(9, 4, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 1, NULL, '2019-04-18 03:41:17', 1, NULL, NULL, '2021-07-15 04:58:48', NULL),
(10, 4, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-5\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 1, NULL, '2019-04-18 03:41:17', 1, NULL, NULL, '2021-07-15 04:58:48', NULL),
(11, 4, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-6\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 1, NULL, '2019-04-18 03:41:17', 1, NULL, NULL, '2021-07-15 04:58:48', NULL),
(12, 5, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-9\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-18 07:02:17', 1, NULL, NULL, '2019-04-18 07:02:17', NULL),
(13, 5, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-18 07:02:17', 1, NULL, NULL, '2019-04-18 07:02:17', NULL),
(14, 5, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-18 07:02:17', 1, NULL, NULL, '2019-04-18 07:02:17', NULL),
(15, 6, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-18 07:02:17', 1, NULL, NULL, '2019-04-18 07:02:17', NULL),
(16, 6, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2019-04-18 07:02:17', 1, NULL, NULL, '2019-04-18 07:02:17', NULL),
(17, 6, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2019-04-18 07:02:18', 1, NULL, NULL, '2019-04-18 07:02:18', NULL),
(18, 7, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-18 07:05:10', 1, NULL, NULL, '2019-04-18 07:05:10', NULL),
(19, 7, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-18 07:05:11', 1, NULL, NULL, '2019-04-18 07:05:11', NULL),
(20, 7, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-18 07:05:11', 1, NULL, NULL, '2019-04-18 07:05:11', NULL),
(21, 8, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2019-04-18 07:05:11', 1, NULL, NULL, '2019-04-18 07:05:11', NULL),
(22, 8, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2019-04-18 07:05:11', 1, NULL, NULL, '2019-04-18 07:05:11', NULL),
(23, 8, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2019-04-18 07:05:11', 1, NULL, NULL, '2019-04-18 07:05:11', NULL),
(24, 9, 'رقم الهوية', 'ID No', 'passportre_idno', 1, 'text_field', '{\"id\":\"1587318409118\",\"text_field_type\":\"Digits\",\"placeholder_en\":\"Please enter ID No\",\"placeholder_ar\":\"من فضلك أدخل رقم الهوية\",\"min_lenght\":\"9\",\"max_lenght\":\"9\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-04-19 14:56:29', 1, NULL, NULL, '2020-04-19 14:56:29', NULL),
(25, 9, 'اسم بالانجليزي', 'Name English', 'passportre_nameenglish', 2, 'text_field', '{\"id\":\"1587318517592\",\"text_field_type\":\"Alpha\",\"placeholder_en\":\"Please enter Name English\",\"placeholder_ar\":\"من فضلك أدخل اسم بالانجليزي\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-04-19 14:56:30', 1, NULL, NULL, '2020-04-19 14:56:30', NULL),
(26, 9, 'الاسم العربي', 'Name Arabic', 'passportre_namearabic', 3, 'text_field', '{\"id\":\"1587318634996\",\"text_field_type\":\"Alpha\",\"placeholder_en\":\"Please enter Name Arabic\",\"placeholder_ar\":\"من فضلك أدخل الاسم العربي\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-04-19 14:56:30', 1, NULL, NULL, '2020-04-19 14:56:30', NULL),
(27, 9, 'العنوان', 'Address', 'passportre_address', 4, 'text_field', '{\"id\":\"1587318649530\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Address\",\"placeholder_ar\":\"من فضلك أدخل العنوان\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-04-19 14:56:30', 1, NULL, NULL, '2020-04-19 14:56:30', NULL),
(28, 9, 'ملاحظات', 'Notes', 'passportre_notes', 5, 'text_field', '{\"id\":\"1587318651684\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Notes\",\"placeholder_ar\":\"من فضلك أدخل ملاحظات\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-04-19 14:56:30', 1, NULL, NULL, '2020-04-19 14:56:30', NULL),
(29, 10, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-20 07:03:30', 1, NULL, NULL, '2020-08-20 07:03:30', NULL),
(30, 10, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-20 07:03:30', 1, NULL, NULL, '2020-08-20 07:03:30', NULL),
(31, 10, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-20 07:03:30', 1, NULL, NULL, '2020-08-20 07:03:30', NULL),
(32, 11, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-20 07:03:30', 1, NULL, NULL, '2020-08-20 07:03:30', NULL),
(33, 11, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2020-08-20 07:03:30', 1, NULL, NULL, '2020-08-20 07:03:30', NULL),
(34, 11, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2020-08-20 07:03:30', 1, NULL, NULL, '2020-08-20 07:03:30', NULL),
(35, 11, 'اسم الموظف', 'employee name', 'complaintf_employeename', 4, 'select_option', '{\"id\":\"1597917696412\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://dummy.restapiexample.com/api/v1/employees\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"id\",\"api_captions_source\":\"employee_name\"}]', NULL, NULL, 0, 1, NULL, '2020-08-20 07:03:30', 1, NULL, NULL, '2021-07-15 04:33:31', NULL),
(36, 12, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-20 10:53:03', 1, NULL, NULL, '2020-08-20 10:53:03', NULL),
(37, 12, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-20 10:53:03', 1, NULL, NULL, '2020-08-20 10:53:03', NULL),
(38, 12, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-20 10:53:03', 1, NULL, NULL, '2020-08-20 10:53:03', NULL),
(39, 13, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-20 10:53:03', 1, NULL, NULL, '2020-08-20 10:53:03', NULL),
(40, 13, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2020-08-20 10:53:03', 1, NULL, NULL, '2020-08-20 10:53:03', NULL),
(41, 13, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2020-08-20 10:53:03', 1, NULL, NULL, '2020-08-20 10:53:03', NULL),
(42, 13, 'اسم الموظف', 'employee name', 'complaintf_employeename', 4, 'select_option', '{\"id\":\"1597917696412\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"servsType\",\"api_captions_source\":\"typeDescA\"}]', NULL, NULL, 0, 0, NULL, '2020-08-20 10:53:04', 1, NULL, NULL, '2020-08-20 10:53:04', NULL),
(43, 14, 'نوع الخدمة', 'Service Type', 'addwaterse_servicetype', 1, 'select_option', '{\"id\":\"1598164780107\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"servsType\",\"api_captions_source\":\"typeDescA\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(44, 14, 'نوع المشترك', 'Customer Type', 'addwaterse_customertype', 2, 'select_option', '{\"id\":\"1598164985156\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"customerType\",\"api_captions_source\":\"descM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(45, 14, 'حالة الخدمة ', 'Status', 'addwaterse_statusid', 3, 'select_option', '{\"id\":\"1598260840299\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"statusId\",\"api_captions_source\":\"descA\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(46, 14, 'رقم المشترك', 'System No', 'addwaterse_systemno', 4, 'text_area', '{\"id\":\"1598261004080\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"1\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(47, 14, 'العملة', 'Currency', 'addwaterse_currencyid', 5, 'select_option', '{\"id\":\"1598261112632\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"NIS\",\"text\":\"NIS - شيكل\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(48, 14, 'تاريخ الخدمة', 'Agreement Date', 'addwaterse_agreementdate', 6, 'text_field', '{\"id\":\"1598261418640\",\"text_field_type\":\"Date\",\"placeholder_en\":\"Please enter Agreement Date\",\"placeholder_ar\":\"من فضلك أدخل تاريخ الخدمة\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(49, 15, 'الفرع', 'Branch', 'addwaterse_branchid', 1, 'select_option', '{\"id\":\"1598263168316\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"branchId\",\"api_captions_source\":\"descM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(50, 15, 'المنطقة', 'Sub Branch', 'addwaterse_sbranchid', 2, 'select_option', '{\"id\":\"1598263168838\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"sbranchId\",\"api_captions_source\":\"descM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:35', 1, NULL, NULL, '2020-08-24 07:25:35', NULL),
(51, 15, 'الحارة', 'Area', 'addwaterse_areaid', 3, 'select_option', '{\"id\":\"1598263168577\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"areaId\",\"api_captions_source\":\"descM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:36', 1, NULL, NULL, '2020-08-24 07:25:36', NULL),
(52, 15, 'المحافظة', 'Governorate', 'addwaterse_dstrctcode', 4, 'select_option', '{\"id\":\"1598263258575\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"dstrctCode\",\"api_captions_source\":\"dstrctNameM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:36', 1, NULL, NULL, '2020-08-24 07:25:36', NULL);
INSERT INTO `es_form_fields` (`field_id`, `block_id_fk`, `label_ar`, `label_en`, `db_field_name`, `field_order`, `field_type`, `field_attributes`, `field_validation`, `is_calculated`, `calculated_attributes`, `has_lookup`, `lookup_data_source`, `lookup_attributes`, `for_use_by`, `for_use_by_group_id_fk`, `is_searchable_field`, `is_hidden`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(53, 15, 'المدينة/ القرية', 'City / Village', 'addwaterse_locatcode', 5, 'select_option', '{\"id\":\"1598263653468\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"loactcode\",\"api_captions_source\":\"locatNameM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:36', 1, NULL, NULL, '2020-08-24 07:25:36', NULL),
(54, 15, 'نوع العقار', 'Immovable Type', 'addwaterse_immovabletype', 6, 'select_option', '{\"id\":\"1598263928580\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"immovableType\",\"api_captions_source\":\"descA\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:36', 1, NULL, NULL, '2020-08-24 07:25:36', NULL),
(55, 15, 'استخدام العقار', 'Usage Type', 'addwaterse_usagetype', 7, 'select_option', '{\"id\":\"1598264345216\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"usageType\",\"api_captions_source\":\"descA\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:25:36', 1, NULL, NULL, '2020-08-24 07:25:36', NULL),
(56, 16, 'نوع الخدمة', 'Service Type', 'addwaterse_servicetype', 1, 'select_option', '{\"id\":\"1598164780107\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"servsType\",\"api_captions_source\":\"typeDescA\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(57, 16, 'نوع المشترك', 'Customer Type', 'addwaterse_customertype', 2, 'select_option', '{\"id\":\"1598164985156\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"customerType\",\"api_captions_source\":\"descM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(58, 16, 'حالة الخدمة ', 'Status', 'addwaterse_statusid', 3, 'select_option', '{\"id\":\"1598260840299\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"statusId\",\"api_captions_source\":\"descA\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(59, 16, 'رقم المشترك', 'System No', 'addwaterse_systemno', 4, 'text_area', '{\"id\":\"1598261004080\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"1\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(60, 16, 'العملة', 'Currency', 'addwaterse_currencyid', 5, 'select_option', '{\"id\":\"1598261112632\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"NIS\",\"text\":\"NIS - شيكل\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(61, 16, 'تاريخ الخدمة', 'Agreement Date', 'addwaterse_agreementdate', 6, 'text_field', '{\"id\":\"1598261418640\",\"text_field_type\":\"Date\",\"placeholder_en\":\"Please enter Agreement Date\",\"placeholder_ar\":\"من فضلك أدخل تاريخ الخدمة\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(62, 17, 'الفرع', 'Branch', 'addwaterse_branchid', 1, 'select_option', '{\"id\":\"1598263168316\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"branchId\",\"api_captions_source\":\"descM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(63, 17, 'المنطقة', 'Sub Branch', 'addwaterse_sbranchid', 2, 'select_option', '{\"id\":\"1598263168838\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"sbranchId\",\"api_captions_source\":\"descM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(64, 17, 'الحارة', 'Area', 'addwaterse_areaid', 3, 'select_option', '{\"id\":\"1598263168577\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"areaId\",\"api_captions_source\":\"descM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(65, 17, 'المحافظة', 'Governorate', 'addwaterse_dstrctcode', 4, 'select_option', '{\"id\":\"1598263258575\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"dstrctCode\",\"api_captions_source\":\"dstrctNameM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(66, 17, 'المدينة/ القرية', 'City / Village', 'addwaterse_locatcode', 5, 'select_option', '{\"id\":\"1598263653468\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"loactcode\",\"api_captions_source\":\"locatNameM\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(67, 17, 'نوع العقار', 'Immovable Type', 'addwaterse_immovabletype', 6, 'select_option', '{\"id\":\"1598263928580\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"immovableType\",\"api_captions_source\":\"descA\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:24', 1, NULL, NULL, '2020-08-24 07:34:24', NULL),
(68, 17, 'استخدام العقار', 'Usage Type', 'addwaterse_usagetype', 7, 'select_option', '{\"id\":\"1598264345216\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"usageType\",\"api_captions_source\":\"descA\"}]', NULL, NULL, 0, 0, NULL, '2020-08-24 07:34:25', 1, NULL, NULL, '2020-08-24 07:34:25', NULL),
(69, 18, 'رقم الهاتف', 'phone Number', 'newphone_phonenumber', 1, 'text_field', '{\"id\":\"1602762076919\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter phone Number\",\"placeholder_ar\":\"من فضلك أدخل رقم الهاتف\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(70, 18, 'المنطقة', 'Area', 'newphone_area', 2, 'select_option', '{\"id\":\"1602762112665\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"105\"', NULL, NULL, 0, 0, NULL, '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(71, 18, 'الاسم', 'Full Name', 'newphone_fullname', 3, 'text_field', '{\"id\":\"1602762242038\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Full Name\",\"placeholder_ar\":\"من فضلك أدخل الاسم\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(72, 19, 'ملاحظات', 'Notes', 'newphone_notes', 1, 'text_area', '{\"id\":\"1602762307766\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"50\",\"rows_num_text_area\":\"10\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-7\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(73, 20, 'الاسم', 'Name', 'newphone_name', 1, 'text_field', '{\"id\":\"1602762437540\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Name\",\"placeholder_ar\":\"من فضلك أدخل الاسم\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(74, 20, 'تاريخ الميلاد', 'DoB', 'newphone_dob', 2, 'text_field', '{\"id\":\"1602762550845\",\"text_field_type\":\"Date\",\"placeholder_en\":\"Please enter DoB\",\"placeholder_ar\":\"من فضلك أدخل تاريخ الميلاد\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(75, 20, 'رقم الهوية', 'idno', 'newphone_idno', 3, 'text_field', '{\"id\":\"1602762563304\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter idno\",\"placeholder_ar\":\"من فضلك أدخل رقم الهوية\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-15 07:53:54', 1, NULL, NULL, '2020-10-15 07:53:54', NULL),
(76, 21, 'اسم المنشأه الصحية', 'Enterprise Name', 'licenseren_enterprisename', 1, 'text_field', '{\"id\":\"1603296080280\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Enterprise Name\",\"placeholder_ar\":\"من فضلك أدخل اسم المنشأه الصحية\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(77, 21, 'اسم مالك المنشأه', 'Enterprise Owner Name', 'licenseren_enterpriseownername', 2, 'text_field', '{\"id\":\"1603296081331\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Enterprise Owner Name\",\"placeholder_ar\":\"من فضلك أدخل اسم مالك المنشأه\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(78, 21, 'عنوان المكان', 'Address', 'licenseren_address', 3, 'text_field', '{\"id\":\"1603296082566\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Address\",\"placeholder_ar\":\"من فضلك أدخل عنوان المكان\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(79, 21, 'نوع النشاط', 'Activity Type', 'licenseren_activitytype', 4, 'text_field', '{\"id\":\"1603296086698\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Activity Type\",\"placeholder_ar\":\"من فضلك أدخل نوع النشاط\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(80, 21, 'رقم الترخيص', 'License number', 'licenseren_licensenumber', 5, 'text_field', '{\"id\":\"1603296088065\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter License number\",\"placeholder_ar\":\"من فضلك أدخل رقم الترخيص\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(81, 21, 'رقم التلفون', 'Phone', 'licenseren_phone', 6, 'text_field', '{\"id\":\"1603296089065\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Phone\",\"placeholder_ar\":\"من فضلك أدخل رقم التلفون\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(82, 22, 'اسم طالب الترخيص', 'Applicant Name', 'licenseren_applicantname', 1, 'text_field', '{\"id\":\"1603296367344\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Applicant Name\",\"placeholder_ar\":\"من فضلك أدخل اسم طالب الترخيص\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(83, 22, 'رقم تلفونه', 'Applicant Phone', 'licenseren_applicantphone', 2, 'text_field', '{\"id\":\"1603296369058\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Applicant Phone\",\"placeholder_ar\":\"من فضلك أدخل رقم تلفونه\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(84, 22, 'صفته', 'described', 'licenseren_described', 3, 'text_field', '{\"id\":\"1603296370643\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter described\",\"placeholder_ar\":\"من فضلك أدخل صفته\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(85, 23, 'المدير الفني', 'Technical Director', 'licenseren_technicaldirector', 1, 'text_field', '{\"id\":\"1603296562576\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Technical Director\",\"placeholder_ar\":\"من فضلك أدخل المدير الفني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(86, 23, 'المؤهل العملي', 'Qualification', 'licenseren_qualification', 2, 'select_option', '{\"id\":\"1603296725228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"diploma - دبلوم\"},{\"id\":\"2\",\"text\":\"Bachelor - بكالوريوس\"},{\"id\":\"3\",\"text\":\"Master - ماجستير\"},{\"id\":\"4\",\"text\":\"Phd - دكتوراة\"}]', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(87, 23, 'رقم ترخيص مزاولة المهنة', 'Profession license number', 'licenseren_professionlicenseno', 3, 'text_field', '{\"id\":\"1603296566209\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Profession license number\",\"placeholder_ar\":\"من فضلك أدخل رقم ترخيص مزاولة المهنة\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(88, 23, 'تاريخ اصدارها', 'Issue date', 'licenseren_issuedate', 4, 'text_field', '{\"id\":\"1603296567849\",\"text_field_type\":\"Date\",\"placeholder_en\":\"Please enter Issue date\",\"placeholder_ar\":\"من فضلك أدخل تاريخ اصدارها\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(89, 23, 'كشف الموزعين', 'Distributors List', 'licenseren_distributorslist', 5, 'file_upload', '{\"id\":\"1603296962255\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"jpg,pdf,doc,docx\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-21 12:17:12', 1, NULL, NULL, '2020-10-21 12:17:12', NULL),
(90, 24, 'نوع الهوية', 'Identity type', 'requestfor_identitytype', 1, 'select_option', '{\"id\":\"1603300172409\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-6\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"first - أولي\"},{\"id\":\"2\",\"text\":\"dameged - باليه\"},{\"id\":\"3\",\"text\":\"Missing - مفقودة\"},{\"id\":\"4\",\"text\":\"Renewal due to changing marital status - تجديد بسبب تغيير الحالة الإجتماعية\"}]', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(91, 24, 'رقم الكنترول', 'Control Number', 'requestfor_controlnumber', 2, 'text_field', '{\"id\":\"1603300177957\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Control Number\",\"placeholder_ar\":\"من فضلك أدخل رقم الكنترول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-6\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(92, 24, 'الاسم الشخصي', 'Name', 'requestfor_namee', 3, 'text_field', '{\"id\":\"1603300200940\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Name\",\"placeholder_ar\":\"من فضلك أدخل الاسم الشخصي\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(93, 24, 'اسـم الأب', 'Father\'s name', 'requestfor_fathersname', 4, 'text_field', '{\"id\":\"1603300210103\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Father\'s name\",\"placeholder_ar\":\"من فضلك أدخل اسـم الأب\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(94, 24, 'اسـم الجــد', 'Grandfather\'s name', 'requestfor_grandfathername', 5, 'text_field', '{\"id\":\"1603300222057\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Grandfather\'s name\",\"placeholder_ar\":\"من فضلك أدخل اسـم الجــد\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(95, 24, 'اسم العائلة', 'family name', 'requestfor_familyname', 6, 'text_field', '{\"id\":\"1603300223560\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter family name\",\"placeholder_ar\":\"من فضلك أدخل اسم العائلة\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(96, 24, 'اسم العـــائلة الســابق', 'Previous last name', 'requestfor_previouslastname', 7, 'text_field', '{\"id\":\"1603300254873\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Previous last name\",\"placeholder_ar\":\"من فضلك أدخل اسم العـــائلة الســابق\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(97, 24, 'اسم الام', 'Mother\'s name', 'requestfor_mothersname', 8, 'text_field', '{\"id\":\"1603300256674\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Mother\'s name\",\"placeholder_ar\":\"من فضلك أدخل اسم الام\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(98, 24, 'الجنس', 'Gender', 'requestfor_gender', 9, 'select_option', '{\"id\":\"1603301032998\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"126\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(99, 24, 'الديانة', 'Religion', 'requestfor_religion', 10, 'select_option', '{\"id\":\"1603344359703\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"129\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(100, 24, 'تاريخ الميلاد', 'Date of Birth', 'requestfor_dateofbirth', 11, 'text_field', '{\"id\":\"1603344410714\",\"text_field_type\":\"Date\",\"placeholder_en\":\"Please enter Date of Birth\",\"placeholder_ar\":\"من فضلك أدخل تاريخ الميلاد\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(101, 24, 'الحالة الاجتماعية', 'Marital status', 'requestfor_maritalstatus', 12, 'select_option', '{\"id\":\"1603344660596\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"132\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(102, 24, 'مكان الميلاد', 'Place of Birth', 'requestfor_placeofbirth', 13, 'text_area', '{\"id\":\"1603344715516\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"1\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL);
INSERT INTO `es_form_fields` (`field_id`, `block_id_fk`, `label_ar`, `label_en`, `db_field_name`, `field_order`, `field_type`, `field_attributes`, `field_validation`, `is_calculated`, `calculated_attributes`, `has_lookup`, `lookup_data_source`, `lookup_attributes`, `for_use_by`, `for_use_by_group_id_fk`, `is_searchable_field`, `is_hidden`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(103, 25, 'المحافظة', 'Governorate', 'requestfor_governorate', 1, 'select_option', '{\"id\":\"1603344807009\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"105\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(104, 25, 'المدينة / القرية / المخيم', 'city village', 'requestfor_cityvillage', 2, 'select_option', '{\"id\":\"1603344997708\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'nested', '\"1603344807009\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(105, 25, 'الحي / الشارع', 'Neighborhood / Street', 'requestfor_neighborhoostreet', 3, 'text_field', '{\"id\":\"1603345055807\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Neighborhood / Street\",\"placeholder_ar\":\"من فضلك أدخل الحي / الشارع\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(106, 25, 'رقم المنزل', 'House No', 'requestfor_houseno', 4, 'text_field', '{\"id\":\"1603345098289\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter House No\",\"placeholder_ar\":\"من فضلك أدخل رقم المنزل\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(107, 25, 'رقم الهاتف', 'Phone', 'requestfor_phone', 5, 'text_field', '{\"id\":\"1603345119873\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Phone\",\"placeholder_ar\":\"من فضلك أدخل رقم الهاتف\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(108, 25, 'رقم الجوال', 'Mobile', 'requestfor_mobile', 6, 'text_field', '{\"id\":\"1603345124692\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Mobile\",\"placeholder_ar\":\"من فضلك أدخل رقم الجوال\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(109, 26, 'رقم الهوية', 'idno', 'requestfor_idno', 1, 'text_field', '{\"id\":\"1603351131117\",\"text_field_type\":\"Digits\",\"placeholder_en\":\"Please enter idno\",\"placeholder_ar\":\"من فضلك أدخل رقم الهوية\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(110, 26, 'الاسم رباعي', 'fullname', 'requestfor_fullname', 2, 'text_field', '{\"id\":\"1603351185695\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter fullname\",\"placeholder_ar\":\"من فضلك أدخل الاسم رباعي\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(111, 26, 'رقم التصريح', 'Permit number', 'requestfor_permitnumber', 3, 'text_field', '{\"id\":\"1603351298820\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Permit number\",\"placeholder_ar\":\"من فضلك أدخل رقم التصريح\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(112, 26, 'رقم الجواز', 'Passport number', 'requestfor_passportnumber', 4, 'text_field', '{\"id\":\"1603351320076\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Passport number\",\"placeholder_ar\":\"من فضلك أدخل رقم الجواز\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(113, 26, 'نوع الجواز', 'passport type', 'requestfor_passporttype', 5, 'select_option', '{\"id\":\"1603351359878\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"n - عادي\"},{\"id\":\"2\",\"text\":\"d - دبلوماسي\"}]', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(114, 26, 'اسم العائلة السابق', 'Previous family Name', 'requestfor_previousfamilyname', 6, 'text_field', '{\"id\":\"1603351351644\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Previous family Name\",\"placeholder_ar\":\"من فضلك أدخل اسم العائلة السابق\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-1\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(115, 27, 'رقم الهوية', 'idno', 'requestfor_idnocopy', 1, 'text_field', '{\"id\":\"1603351545031\",\"text_field_type\":\"Digits\",\"placeholder_en\":\"Please enter idno\",\"placeholder_ar\":\"من فضلك أدخل رقم الهوية\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(116, 27, 'الاسم رباعي', 'fullname', 'requestfor_fullnamecopy', 2, 'text_field', '{\"id\":\"1603351544778\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter fullname\",\"placeholder_ar\":\"من فضلك أدخل الاسم رباعي\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(117, 27, 'الجنس', 'Gender', 'requestfor_genderr', 3, 'select_option', '{\"id\":\"1603351571795\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"126\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(118, 27, 'تاريخ الميلاد', 'date of birth', 'requestfor_dateofbirthcopy', 4, 'text_field', '{\"id\":\"1603351545579\",\"text_field_type\":\"Date\",\"placeholder_en\":\"Please enter date of birth\",\"placeholder_ar\":\"من فضلك أدخل تاريخ الميلاد\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(119, 28, 'الصورة الشخصية', 'Personal Picture', 'requestfor_personalpicture', 1, 'file_upload', '{\"id\":\"1603351793160\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"jpg,png\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(120, 28, 'مرفقات أخرى', 'attachment', 'requestfor_attachment', 2, 'file_upload', '{\"id\":\"1603351794608\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"jpg,png\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 03:34:10', 1, NULL, NULL, '2020-10-22 03:34:10', NULL),
(121, 29, 'نوع الهوية', 'Identity type', 'requestfor_identitytype', 1, 'select_option', '{\"id\":\"1603300172409\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-6\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"first - أولي\"},{\"id\":\"2\",\"text\":\"dameged - باليه\"},{\"id\":\"3\",\"text\":\"Missing - مفقودة\"},{\"id\":\"4\",\"text\":\"Renewal due to changing marital status - تجديد بسبب تغيير الحالة الإجتماعية\"}]', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(122, 29, 'رقم الكنترول', 'Control Number', 'requestfor_controlnumber', 2, 'text_field', '{\"id\":\"1603300177957\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Control Number\",\"placeholder_ar\":\"من فضلك أدخل رقم الكنترول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-6\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(123, 29, 'الاسم الشخصي', 'Name', 'requestfor_namee', 3, 'text_field', '{\"id\":\"1603300200940\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Name\",\"placeholder_ar\":\"من فضلك أدخل الاسم الشخصي\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(124, 29, 'اسـم الأب', 'Father\'s name', 'requestfor_fathersname', 4, 'text_field', '{\"id\":\"1603300210103\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Father\'s name\",\"placeholder_ar\":\"من فضلك أدخل اسـم الأب\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(125, 29, 'اسـم الجــد', 'Grandfather\'s name', 'requestfor_grandfathername', 5, 'text_field', '{\"id\":\"1603300222057\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Grandfather\'s name\",\"placeholder_ar\":\"من فضلك أدخل اسـم الجــد\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(126, 29, 'اسم العائلة', 'family name', 'requestfor_familyname', 6, 'text_field', '{\"id\":\"1603300223560\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter family name\",\"placeholder_ar\":\"من فضلك أدخل اسم العائلة\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(127, 29, 'اسم العـــائلة الســابق', 'Previous last name', 'requestfor_previouslastname', 7, 'text_field', '{\"id\":\"1603300254873\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Previous last name\",\"placeholder_ar\":\"من فضلك أدخل اسم العـــائلة الســابق\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(128, 29, 'اسم الام', 'Mother\'s name', 'requestfor_mothersname', 8, 'text_field', '{\"id\":\"1603300256674\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Mother\'s name\",\"placeholder_ar\":\"من فضلك أدخل اسم الام\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(129, 29, 'الجنس', 'Gender', 'requestfor_gender', 9, 'select_option', '{\"id\":\"1603301032998\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"126\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(130, 29, 'الديانة', 'Religion', 'requestfor_religion', 10, 'select_option', '{\"id\":\"1603344359703\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"129\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(131, 29, 'تاريخ الميلاد', 'Date of Birth', 'requestfor_dateofbirth', 11, 'text_field', '{\"id\":\"1603344410714\",\"text_field_type\":\"Date\",\"placeholder_en\":\"Please enter Date of Birth\",\"placeholder_ar\":\"من فضلك أدخل تاريخ الميلاد\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(132, 29, 'الحالة الاجتماعية', 'Marital status', 'requestfor_maritalstatus', 12, 'select_option', '{\"id\":\"1603344660596\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"132\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(133, 29, 'مكان الميلاد', 'Place of Birth', 'requestfor_placeofbirth', 13, 'text_area', '{\"id\":\"1603344715516\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"1\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(134, 30, 'المحافظة', 'Governorate', 'requestfor_governorate', 1, 'select_option', '{\"id\":\"1603344807009\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"105\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(135, 30, 'المدينة / القرية / المخيم', 'city village', 'requestfor_cityvillage', 2, 'select_option', '{\"id\":\"1603344997708\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'nested', '\"1603344807009\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(136, 30, 'الحي / الشارع', 'Neighborhood / Street', 'requestfor_neighborhoostreet', 3, 'text_field', '{\"id\":\"1603345055807\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Neighborhood / Street\",\"placeholder_ar\":\"من فضلك أدخل الحي / الشارع\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(137, 30, 'رقم المنزل', 'House No', 'requestfor_houseno', 4, 'text_field', '{\"id\":\"1603345098289\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter House No\",\"placeholder_ar\":\"من فضلك أدخل رقم المنزل\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(138, 30, 'رقم الهاتف', 'Phone', 'requestfor_phone', 5, 'text_field', '{\"id\":\"1603345119873\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Phone\",\"placeholder_ar\":\"من فضلك أدخل رقم الهاتف\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(139, 30, 'رقم الجوال', 'Mobile', 'requestfor_mobile', 6, 'text_field', '{\"id\":\"1603345124692\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Mobile\",\"placeholder_ar\":\"من فضلك أدخل رقم الجوال\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(140, 31, 'رقم الهوية', 'idno', 'requestfor_idno', 1, 'text_field', '{\"id\":\"1603351131117\",\"text_field_type\":\"Digits\",\"placeholder_en\":\"Please enter idno\",\"placeholder_ar\":\"من فضلك أدخل رقم الهوية\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(141, 31, 'الاسم رباعي', 'fullname', 'requestfor_fullname', 2, 'text_field', '{\"id\":\"1603351185695\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter fullname\",\"placeholder_ar\":\"من فضلك أدخل الاسم رباعي\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(142, 31, 'رقم التصريح', 'Permit number', 'requestfor_permitnumber', 3, 'text_field', '{\"id\":\"1603351298820\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Permit number\",\"placeholder_ar\":\"من فضلك أدخل رقم التصريح\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(143, 31, 'رقم الجواز', 'Passport number', 'requestfor_passportnumber', 4, 'text_field', '{\"id\":\"1603351320076\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Passport number\",\"placeholder_ar\":\"من فضلك أدخل رقم الجواز\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(144, 31, 'نوع الجواز', 'passport type', 'requestfor_passporttype', 5, 'select_option', '{\"id\":\"1603351359878\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"n - عادي\"},{\"id\":\"2\",\"text\":\"d - دبلوماسي\"}]', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(145, 31, 'اسم العائلة السابق', 'Previous family Name', 'requestfor_previousfamilyname', 6, 'text_field', '{\"id\":\"1603351351644\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Previous family Name\",\"placeholder_ar\":\"من فضلك أدخل اسم العائلة السابق\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(146, 32, 'رقم الهوية', 'idno', 'requestfor_idnocopy', 1, 'text_field', '{\"id\":\"1603351545031\",\"text_field_type\":\"Digits\",\"placeholder_en\":\"Please enter idno\",\"placeholder_ar\":\"من فضلك أدخل رقم الهوية\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(147, 32, 'الاسم رباعي', 'fullname', 'requestfor_fullnamecopy', 2, 'text_field', '{\"id\":\"1603351544778\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter fullname\",\"placeholder_ar\":\"من فضلك أدخل الاسم رباعي\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(148, 32, 'الجنس', 'Gender', 'requestfor_genderr', 3, 'select_option', '{\"id\":\"1603351571795\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'SQL', '\"126\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(149, 32, 'تاريخ الميلاد', 'date of birth', 'requestfor_dateofbirthcopy', 4, 'text_field', '{\"id\":\"1603351545579\",\"text_field_type\":\"Date\",\"placeholder_en\":\"Please enter date of birth\",\"placeholder_ar\":\"من فضلك أدخل تاريخ الميلاد\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(150, 33, 'الصورة الشخصية', 'Personal Picture', 'requestfor_personalpicture', 1, 'file_upload', '{\"id\":\"1603351793160\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"jpg,png\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(151, 33, 'مرفقات أخرى', 'attachment', 'requestfor_attachment', 2, 'file_upload', '{\"id\":\"1603351794608\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"jpg,png\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2020-10-22 05:50:59', 1, NULL, NULL, '2020-10-22 05:50:59', NULL),
(152, 34, 'العنوان', 'Adress', 'requestane_adress', 1, 'text_field', '{\"id\":\"1619954036916\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Adress\",\"placeholder_ar\":\"من فضلك أدخل العنوان\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-02 08:21:33', 1, NULL, NULL, '2021-05-02 08:21:33', NULL),
(153, 34, 'المحافظة', 'city', 'requestane_city', 2, 'select_option', '{\"id\":\"1619954248051\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-1\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"gaza\",\"text\":\"gaza - غزة\"},{\"id\":\"rafah\",\"text\":\"rafah - رفح\"}]', NULL, NULL, 0, 0, NULL, '2021-05-02 08:21:33', 1, NULL, NULL, '2021-05-02 08:21:33', NULL),
(154, 35, 'العنوان', 'Adress', 'requestane_adresscopy', 1, 'text_field', '{\"id\":\"1619954429335\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Adress\",\"placeholder_ar\":\"من فضلك أدخل العنوان\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-02 08:21:33', 1, NULL, NULL, '2021-05-02 08:21:33', NULL),
(155, 35, 'المحافظة', 'city', 'requestane_citycopy', 2, 'select_option', '{\"id\":\"1619954428653\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-1\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"gaza\",\"text\":\"gaza - غزة\"},{\"id\":\"rafah\",\"text\":\"rafah - رفح\"}]', NULL, NULL, 0, 0, NULL, '2021-05-02 08:21:33', 1, NULL, NULL, '2021-05-02 08:21:33', NULL);
INSERT INTO `es_form_fields` (`field_id`, `block_id_fk`, `label_ar`, `label_en`, `db_field_name`, `field_order`, `field_type`, `field_attributes`, `field_validation`, `is_calculated`, `calculated_attributes`, `has_lookup`, `lookup_data_source`, `lookup_attributes`, `for_use_by`, `for_use_by_group_id_fk`, `is_searchable_field`, `is_hidden`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(156, 36, 'العنوان', 'Address', 'checkelect_address', 1, 'text_field', '{\"id\":\"1619958796301\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Address\",\"placeholder_ar\":\"من فضلك أدخل العنوان\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-02 09:35:05', 1, NULL, NULL, '2021-05-02 09:35:05', NULL),
(157, 37, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:29:50', 1, NULL, NULL, '2021-05-25 07:29:50', NULL),
(158, 37, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:29:50', 1, NULL, NULL, '2021-05-25 07:29:50', NULL),
(159, 37, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:29:50', 1, NULL, NULL, '2021-05-25 07:29:50', NULL),
(160, 38, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:29:50', 1, NULL, NULL, '2021-05-25 07:29:50', NULL),
(161, 38, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 07:29:50', 1, NULL, NULL, '2021-05-25 07:29:50', NULL),
(162, 38, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 07:29:50', 1, NULL, NULL, '2021-05-25 07:29:50', NULL),
(163, 38, 'اسم الموظف', 'employee name', 'complaintf_employeename', 4, 'select_option', '{\"id\":\"1597917696412\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"servsType\",\"api_captions_source\":\"typeDescA\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 07:29:50', 1, NULL, NULL, '2021-05-25 07:29:50', NULL),
(164, 39, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:35:36', 1, NULL, NULL, '2021-05-25 07:35:36', NULL),
(165, 39, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:35:36', 1, NULL, NULL, '2021-05-25 07:35:36', NULL),
(166, 39, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:35:36', 1, NULL, NULL, '2021-05-25 07:35:36', NULL),
(167, 40, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:35:36', 1, NULL, NULL, '2021-05-25 07:35:36', NULL),
(168, 40, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 07:35:36', 1, NULL, NULL, '2021-05-25 07:35:36', NULL),
(169, 40, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 07:35:36', 1, NULL, NULL, '2021-05-25 07:35:36', NULL),
(170, 40, 'اسم الموظف', 'employee name', 'complaintf_employeename', 4, 'select_option', '{\"id\":\"1597917696412\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"servsType\",\"api_captions_source\":\"typeDescA\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 07:35:36', 1, NULL, NULL, '2021-05-25 07:35:36', NULL),
(171, 41, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:54:42', 1, NULL, NULL, '2021-05-25 07:54:42', NULL),
(172, 41, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:54:42', 1, NULL, NULL, '2021-05-25 07:54:42', NULL),
(173, 41, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:54:42', 1, NULL, NULL, '2021-05-25 07:54:42', NULL),
(174, 42, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 07:54:42', 1, NULL, NULL, '2021-05-25 07:54:42', NULL),
(175, 42, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 07:54:42', 1, NULL, NULL, '2021-05-25 07:54:42', NULL),
(176, 42, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 07:54:42', 1, NULL, NULL, '2021-05-25 07:54:42', NULL),
(177, 42, 'اسم الموظف', 'employee name', 'complaintf_employeename', 4, 'select_option', '{\"id\":\"1597917696412\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"servsType\",\"api_captions_source\":\"typeDescA\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 07:54:42', 1, NULL, NULL, '2021-05-25 07:54:42', NULL),
(178, 43, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 08:02:44', 1, NULL, NULL, '2021-05-25 08:02:44', NULL),
(179, 43, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 08:02:44', 1, NULL, NULL, '2021-05-25 08:02:44', NULL),
(180, 43, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 08:02:44', 1, NULL, NULL, '2021-05-25 08:02:44', NULL),
(181, 44, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 08:02:44', 1, NULL, NULL, '2021-05-25 08:02:44', NULL),
(182, 44, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 08:02:44', 1, NULL, NULL, '2021-05-25 08:02:44', NULL),
(183, 44, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 08:02:44', 1, NULL, NULL, '2021-05-25 08:02:44', NULL),
(184, 44, 'اسم الموظف', 'employee name', 'complaintf_employeename', 4, 'select_option', '{\"id\":\"1597917696412\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"servsType\",\"api_captions_source\":\"typeDescA\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 08:02:44', 1, NULL, NULL, '2021-05-25 08:02:44', NULL),
(185, 45, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 09:12:26', 1, NULL, NULL, '2021-05-25 09:12:26', NULL),
(186, 45, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 09:12:26', 1, NULL, NULL, '2021-05-25 09:12:26', NULL),
(187, 45, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 09:12:26', 1, NULL, NULL, '2021-05-25 09:12:26', NULL),
(188, 46, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-25 09:12:26', 1, NULL, NULL, '2021-05-25 09:12:26', NULL),
(189, 46, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 09:12:26', 1, NULL, NULL, '2021-05-25 09:12:26', NULL),
(190, 46, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 09:12:26', 1, NULL, NULL, '2021-05-25 09:12:26', NULL),
(191, 46, 'اسم الموظف', 'employee name', 'complaintf_employeename', 4, 'select_option', '{\"id\":\"1597917696412\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"servsType\",\"api_captions_source\":\"typeDescA\"}]', NULL, NULL, 0, 0, NULL, '2021-05-25 09:12:26', 1, NULL, NULL, '2021-05-25 09:12:26', NULL),
(192, 47, 'الرقم الأول', 'First Number', 'complaintf_firstnumber', 1, 'text_field', '{\"id\":\"1555569326110\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter First Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الأول\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-27 05:38:15', 1, NULL, NULL, '2021-05-27 05:38:15', NULL),
(193, 47, 'الرقم الثاني', 'Second Number', 'complaintf_secondnumber', 2, 'text_field', '{\"id\":\"1555569340859\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter Second Number\",\"placeholder_ar\":\"من فضلك أدخل الرقم الثاني\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-27 05:38:15', 1, NULL, NULL, '2021-05-27 05:38:15', NULL),
(194, 47, 'المجموع', 'Sum', 'complaintf_sum', 3, 'auto_calculated', '{\"id\":\"1555569346560\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 1, '{\"equation_formula\":\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\"}', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-27 05:38:15', 1, NULL, NULL, '2021-05-27 05:38:15', NULL),
(195, 48, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-05-27 05:38:15', 1, NULL, NULL, '2021-05-27 05:38:15', NULL),
(196, 48, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - 0\"},{\"id\":\"1\",\"text\":\"1 - 1\"}]', NULL, NULL, 0, 0, NULL, '2021-05-27 05:38:15', 1, NULL, NULL, '2021-05-27 05:38:15', NULL),
(197, 48, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2021-05-27 05:38:15', 1, NULL, NULL, '2021-05-27 05:38:15', NULL),
(198, 48, 'اسم الموظف', 'employee name', 'complaintf_employeename', 4, 'select_option', '{\"id\":\"1597917696412\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'API', '[{\"api_url\":\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\",\"api_header\":\"\",\"api_column\":\"data\",\"api_values_source\":\"servsType\",\"api_captions_source\":\"typeDescA\"}]', NULL, NULL, 0, 0, NULL, '2021-05-27 05:38:15', 1, NULL, NULL, '2021-05-27 05:38:15', NULL),
(199, 49, 'ملاحظات', 'Notes', 'complaintf_notes', 1, 'text_area', '{\"id\":\"1555569441228\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-10\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-07-15 04:33:31', 1, NULL, NULL, '2021-07-15 04:33:31', NULL),
(200, 49, 'الى', 'To', 'complaintf_to', 2, 'select_option', '{\"id\":\"1555569430279\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-4\",\"for_use_by\":\"staff\",\"for_use_by_group_id_fk\":\"3\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"0\",\"text\":\"0 - شكوى 1\"},{\"id\":\"\",\"text\":\" - \"}]', NULL, NULL, 0, 0, NULL, '2021-07-15 04:33:31', 1, NULL, NULL, '2021-07-15 04:33:31', NULL),
(201, 49, 'اختار', 'checkbox', 'complaintf_checkbox', 3, 'checkbox', '{\"id\":\"1555569597634\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2021-07-15 04:33:31', 1, NULL, NULL, '2021-07-15 04:33:31', NULL),
(202, 50, 'عنوان الشكوى', 'Complaint Title', 'complaintf_complainttitle', 1, 'text_field', '{\"id\":\"1626335828916\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Complaint Title\",\"placeholder_ar\":\"من فضلك أدخل عنوان الشكوى\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-9\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-07-15 04:58:48', 1, NULL, NULL, '2021-07-15 04:58:48', NULL),
(203, 50, 'تفاصيل الشكوى', 'compliant details', 'complaintf_compliantdetails', 2, 'text_area', '{\"id\":\"1626335835503\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"15\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-9\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-07-15 04:58:48', 1, NULL, NULL, '2021-07-15 04:58:48', NULL),
(204, 51, 'عنوان الشكوى', 'Complaint Title', 'complaintf_complainttitle', 1, 'text_field', '{\"id\":\"1626335828916\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter Complaint Title\",\"placeholder_ar\":\"من فضلك أدخل عنوان الشكوى\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-9\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-11-02 09:20:05', 1, NULL, NULL, '2021-11-02 09:20:05', NULL),
(205, 51, 'تفاصيل الشكوى', 'compliant details', 'complaintf_compliantdetails', 2, 'text_area', '{\"id\":\"1626335835503\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"15\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-9\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2021-11-02 09:20:05', 1, NULL, NULL, '2021-11-02 09:20:05', NULL),
(206, 52, 'سيشب', 'safafs', 'consolidat_safafs', 1, 'text_field', '{\"id\":\"1651998371588\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter safafs\",\"placeholder_ar\":\"من فضلك أدخل سيشب\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-05-08 05:39:23', 1, NULL, NULL, '2022-05-08 05:39:23', NULL),
(207, 52, 'خكخهك', 'adasefgf', 'consolidat_adasefgf', 2, 'text_area', '{\"id\":\"1651998373303\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"10\",\"rows_num_text_area\":\"1\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-05-08 05:39:23', 1, NULL, NULL, '2022-05-08 05:39:23', NULL);
INSERT INTO `es_form_fields` (`field_id`, `block_id_fk`, `label_ar`, `label_en`, `db_field_name`, `field_order`, `field_type`, `field_attributes`, `field_validation`, `is_calculated`, `calculated_attributes`, `has_lookup`, `lookup_data_source`, `lookup_attributes`, `for_use_by`, `for_use_by_group_id_fk`, `is_searchable_field`, `is_hidden`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(208, 52, 'سيسلقبلل', 'erfwetwt', 'consolidat_erfwetwt', 3, 'checkbox', '{\"id\":\"1651998376084\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"Option1 - خيار1\"},{\"id\":\"2\",\"text\":\"Option2 - خيار2\"}]', NULL, NULL, 0, 0, NULL, '2022-05-08 05:39:23', 1, NULL, NULL, '2022-05-08 05:39:23', NULL),
(209, 53, 'ثغفقغغقف', 'dassegtrw', 'streetplan_dassegtrw', 1, 'text_field', '{\"id\":\"1651998022265\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter dassegtrw\",\"placeholder_ar\":\"من فضلك أدخل ثغفقغغقف\",\"min_lenght\":\"0\",\"max_lenght\":\"10\",\"default_value\":\"wrhtrhr\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-05-08 05:39:43', 1, NULL, NULL, '2022-05-08 05:39:43', NULL),
(210, 53, 'ضضثصضصي', 'gtyrjtyj', 'streetplan_gtyrjtyj', 2, 'text_field', '{\"id\":\"1651998024489\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter gtyrjtyj\",\"placeholder_ar\":\"من فضلك أدخل ضضثصضصي\",\"min_lenght\":\"1\",\"max_lenght\":\"23\",\"default_value\":\"صثبصقيسل\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-05-08 05:39:43', 1, NULL, NULL, '2022-05-08 05:39:43', NULL),
(211, 54, 'ترسيم شارع', 'fsadf', 'applicatio_fsadf', 1, 'text_field', '{\"id\":\"1651998203267\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter fsadf\",\"placeholder_ar\":\"من فضلك أدخل ترسيم شارع\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"يسبسيسلل\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-05-08 05:40:03', 1, NULL, NULL, '2022-05-08 05:40:03', NULL),
(212, 54, 'اختر', 'choice', 'applicatio_choice', 2, 'select_option', '{\"id\":\"1651998204688\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 1, 'list', '[{\"id\":\"1\",\"text\":\"dsfsd - بسيب\"},{\"id\":\"2\",\"text\":\"adsfdf - ثصبصثب\"}]', NULL, NULL, 0, 0, NULL, '2022-05-08 05:40:03', 1, NULL, NULL, '2022-05-08 05:40:03', NULL),
(213, 55, 'اسم مقدم الطلب', 'applicants name', 'eheeher_applicantsname', 1, 'text_field', '{\"id\":\"1654415351792\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter applicants name\",\"placeholder_ar\":\"من فضلك أدخل اسم مقدم الطلب\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-05 05:05:35', 1, NULL, NULL, '2022-06-05 05:05:35', NULL),
(214, 55, 'رقم الهوية', 'ID number ', 'eheeher_idnumber', 2, 'text_field', '{\"id\":\"1654415478401\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter ID number \",\"placeholder_ar\":\"من فضلك أدخل رقم الهوية\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-05 05:05:35', 1, NULL, NULL, '2022-06-05 05:05:35', NULL),
(215, 55, 'رقم الحوض', 'pelvis number', 'eheeher_pelvisnumber', 3, 'text_field', '{\"id\":\"1654415556465\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter pelvis number\",\"placeholder_ar\":\"من فضلك أدخل رقم الحوض\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-05 05:05:35', 1, NULL, NULL, '2022-06-05 05:05:35', NULL),
(216, 55, 'رقم القطعة', 'piece number', 'eheeher_piecenumber', 4, 'text_field', '{\"id\":\"1654415557830\",\"text_field_type\":\"Numeric\",\"placeholder_en\":\"Please enter piece number\",\"placeholder_ar\":\"من فضلك أدخل رقم القطعة\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-05 05:05:35', 1, NULL, NULL, '2022-06-05 05:05:35', NULL),
(217, 55, 'تفاصيل الطلب', 'Order details', 'eheeher_orderdetails', 5, 'text_area', '{\"id\":\"1654415662926\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"3\",\"text_area_type\":\"text_area\",\"field_size\":\"col-sm-6\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-05 05:05:35', 1, NULL, NULL, '2022-06-05 05:05:35', NULL),
(218, 55, 'المرفقات', 'attachments', 'eheeher_attachments', 6, 'file_upload', '{\"id\":\"1654415783888\",\"text_field_type\":\"\",\"placeholder_en\":\"\",\"placeholder_ar\":\"\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"jpg,png,pdf,doc,docx\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-05 05:05:35', 1, NULL, NULL, '2022-06-05 05:05:35', NULL),
(219, 56, 'فحص', 'test', 'test_test', 1, 'text_field', '{\"id\":\"1655194138874\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter test\",\"placeholder_ar\":\"من فضلك أدخل فحص\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-3\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-14 05:09:34', 1, NULL, NULL, '2022-06-14 05:09:34', NULL),
(220, 57, 'فحص ', 'teswt', 'testtest_teswt', 1, 'text_field', '{\"id\":\"1656505937933\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter teswt\",\"placeholder_ar\":\"من فضلك أدخل فحص \",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"0\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-29 12:33:07', 1, NULL, NULL, '2022-06-29 12:33:07', NULL),
(221, 61, 'فحص', 'test', 'testnew_test', 1, 'text_field', '{\"id\":\"1656582739527\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter test\",\"placeholder_ar\":\"من فضلك أدخل فحص\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-30 09:54:12', 1, NULL, NULL, '2022-06-30 09:54:12', NULL),
(222, 62, 'فحص', 'test', 'testnew_testcopy', 1, 'text_field', '{\"id\":\"1656582769138\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter test\",\"placeholder_ar\":\"من فضلك أدخل فحص\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-30 09:54:12', 1, NULL, NULL, '2022-06-30 09:54:12', NULL),
(223, 63, 'فحص', 'test', 'testnew_test', 1, 'text_field', '{\"id\":\"1656582739527\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter test\",\"placeholder_ar\":\"من فضلك أدخل فحص\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-30 13:24:24', 1, NULL, NULL, '2022-06-30 13:24:24', NULL),
(224, 64, 'فحص', 'test', 'testnew_testcopy', 1, 'text_field', '{\"id\":\"1656582769138\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter test\",\"placeholder_ar\":\"من فضلك أدخل فحص\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-06-30 13:24:24', 1, NULL, NULL, '2022-06-30 13:24:24', NULL),
(225, 65, 'فحص', 'test', 'testnew_test', 1, 'text_field', '{\"id\":\"1656582739527\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter test\",\"placeholder_ar\":\"من فضلك أدخل فحص\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-07-02 12:53:15', 1, NULL, NULL, '2022-07-02 12:53:15', NULL),
(226, 66, 'فحص', 'test', 'testnew_testcopy', 1, 'text_field', '{\"id\":\"1656582769138\",\"text_field_type\":\"Alpha Numeric\",\"placeholder_en\":\"Please enter test\",\"placeholder_ar\":\"من فضلك أدخل فحص\",\"min_lenght\":\"\",\"max_lenght\":\"\",\"default_value\":\"\",\"is_required\":\"1\",\"min_value\":\"\",\"max_value\":\"\",\"step_value\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"cols_num_text_area\":\"\",\"rows_num_text_area\":\"\",\"text_area_type\":\"\",\"field_size\":\"col-sm-2\",\"for_use_by\":\"both\",\"for_use_by_group_id_fk\":\"\",\"max_file_size\":\"\",\"file_type\":\"\",\"textfield_api_type\":\"\",\"textfield_api_url\":\"\",\"textfield_api_header\":\"\",\"textfield_api_real_value\":\"\",\"depend_on_id_of_textfield\":\"\",\"textfield_api_column\":\"\"}', '', 0, '\"\"', 0, '', '\"\"', NULL, NULL, 0, 0, NULL, '2022-07-02 12:53:15', 1, NULL, NULL, '2022-07-02 12:53:15', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_form_templates`
--

CREATE TABLE `es_form_templates` (
  `form_id` int(11) NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `transaction_type_id_fk` int(11) DEFAULT NULL,
  `form_parent_id_fk` int(11) DEFAULT 0,
  `form_version` int(11) DEFAULT NULL,
  `title_ar` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `title_en` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `subtitle_ar` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
  `subtitle_en` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
  `form_settings` text COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'JSON array that has a form settings',
  `db_table_name` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
  `form_json` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `form_html` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_form_templates`
--

INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 1, 0, 1, 'تركيب عداد جديد', 'New counter', 'عداد', 'counter', '1', 'newcounter', '[{\"form_id_fk\":\"1\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555505366\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555505382721\",\"label_ar\":\"الهاتف\",\"label_en\":\"Phone\",\"db_field_name\":\"newcounter_phone\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505382721\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter Phone\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الهاتف\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"1\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555505384809\",\"label_ar\":\"المحمول\",\"label_en\":\"Mobile\",\"db_field_name\":\"newcounter_mobile\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505384809\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter Mobile\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل المحمول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"1\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555505388126\",\"label_ar\":\"المدينة\",\"label_en\":\"City\",\"db_field_name\":\"newcounter_city\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505388126\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter City\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل المدينة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"1\",\"title_ar\":\"العائلة\",\"title_en\":\"Family\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555505525070\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555505577995\",\"label_ar\":\"الإسم\",\"label_en\":\"Name\",\"db_field_name\":\"newcounter_name\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505577995\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الإسم\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555505602449\",\"label_ar\":\"العمر\",\"label_en\":\"Age\",\"db_field_name\":\"newcounter_age\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505602449\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Age\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العمر\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1555505366\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable drag-hover\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Phone</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505382721\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1555505382721\" label_en=\"Phone\" label_ar=\"الهاتف\" database_name=\"phone\" default_value=\"1\" placeholder_en=\"Please enter Phone\" placeholder_ar=\"من فضلك أدخل الهاتف\" placeholder=\"Please enter Phone\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Mobile</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505384809\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1555505384809\" label_en=\"Mobile\" label_ar=\"المحمول\" database_name=\"mobile\" default_value=\"1\" placeholder_en=\"Please enter Mobile\" placeholder_ar=\"من فضلك أدخل المحمول\" placeholder=\"Please enter Mobile\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">City</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505388126\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1555505388126\" label_en=\"City\" label_ar=\"المدينة\" database_name=\"city\" default_value=\"\" placeholder_en=\"Please enter City\" placeholder_ar=\"من فضلك أدخل المدينة\" placeholder=\"Please enter City\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1555505525070\" background_color=\"#f6f6f6\" section_title_en=\"Family\" is_grid=\"1\" section_title_ar=\"العائلة\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Family</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555505524644\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505577995\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-1\" item_id=\"1555505577995\" label_en=\"Name\" label_ar=\"الإسم\" database_name=\"name\" default_value=\"\" placeholder_en=\"Please enter Name\" placeholder_ar=\"من فضلك أدخل الإسم\" placeholder=\"Please enter Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Age</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505602449\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-1\" item_id=\"1555505602449\" label_en=\"Age\" label_ar=\"العمر\" database_name=\"age\" default_value=\"\" placeholder_en=\"Please enter Age\" placeholder_ar=\"من فضلك أدخل العمر\" placeholder=\"Please enter Age\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li>', 1, '2019-04-17 09:49:26', 1, NULL, NULL, '2019-04-17 09:53:49', 1),
(2, 1, 2, 0, 1, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"2\",\"title_ar\":\"جدول\",\"title_en\":\"Grid\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569339\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555569326110\",\"label_ar\":\"الرقم الأول\",\"label_en\":\"First Number\",\"db_field_name\":\"complaintf_firstnumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569326110\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter First Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الأول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-9\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569340859\",\"label_ar\":\"الرقم الثاني\",\"label_en\":\"Second Number\",\"db_field_name\":\"complaintf_secondnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569340859\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Second Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الثاني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-9\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569346560\",\"label_ar\":\"المجموع\",\"label_en\":\"Sum\",\"db_field_name\":\"complaintf_sum\",\"field_order\":3,\"field_type\":\"auto_calculated\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569346560\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-12\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"1\",\"calculated_attributes\":\"{\\\"equation_formula\\\":\\\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\\\"}\"}]},{\"form_id_fk\":\"2\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555569441228\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"complaintf_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569441228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569430279\",\"label_ar\":\"الى\",\"label_en\":\"To\",\"db_field_name\":\"complaintf_to\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569430279\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-5\\\",\\\"for_use_by\\\":\\\"staff\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"0\\\",\\\"text\\\":\\\"0 - 0\\\"},{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"1 - 1\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569597634\",\"label_ar\":\"اختار\",\"label_en\":\"checkbox\",\"db_field_name\":\"complaintf_checkbox\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569597634\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-6\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569339\" background_color=\"#f6f6f6\" section_title_en=\"Grid\" is_grid=\"1\" section_title_ar=\"جدول\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555569290\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 215px;\"><label class=\"control-label\">First Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569326110\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-9\" item_id=\"1555569326110\" label_en=\"First Number\" label_ar=\"الرقم الأول\" database_name=\"firstnumber\" default_value=\"\" placeholder_en=\"Please enter First Number\" placeholder_ar=\"من فضلك أدخل الرقم الأول\" placeholder=\"Please enter First Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 212px;\"><label class=\"control-label\">Second Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569340859\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-9\" item_id=\"1555569340859\" label_en=\"Second Number\" label_ar=\"الرقم الثاني\" database_name=\"secondnumber\" default_value=\"\" placeholder_en=\"Please enter Second Number\" placeholder_ar=\"من فضلك أدخل الرقم الثاني\" placeholder=\"Please enter Second Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 279px;\"><label class=\"control-label\">Sum</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"text\" id=\"1555569346560\" input-type=\"auto_calculated\" class=\"form-control show_popup_auto_calculated toggle_preview_show_popup_auto_calculated field_attr\" readonly=\"\" field_size=\"col-sm-12\" item_id=\"1555569346560\" label_en=\"Sum\" label_ar=\"المجموع\" database_name=\"sum\" placeholder=\"(FirstNumber + SecondNumber)\" equation_formula=\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\" for_use_by=\"both\" for_use_by_group_id_fk=\"\"></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 994px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1555569441228\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"3\" style=\"resize:none;\" item_id=\"1555569441228\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\"></textarea></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 146px;\"><label class=\"control-label\">To</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1555569430279\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-5\" item_id=\"1555569430279\" label_en=\"To\" label_ar=\"الى\" database_name=\"to\" for_use_by=\"staff\" for_use_by_group_id_fk=\"3\" list_select_option=\" <tr><td>0</td><td>0</td><td>0</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>1</td><td>1</td><td>1</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"0\">0 - 0<!--<label--></option><option value=\"1\">1 - 1<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 required\"><label class=\"control-label\">checkbox</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1555569597634\" field_size=\"col-sm-6\" item_id=\"1555569597634\" label_en=\"checkbox\" label_ar=\"اختار\" database_name=\"checkbox\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2019-04-18 03:34:41', 1, NULL, NULL, '2019-04-18 03:41:17', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(3, 1, 2, 2, 2, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"3\",\"title_ar\":\"جدول\",\"title_en\":\"Grid\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569339\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555569326110\",\"label_ar\":\"الرقم الأول\",\"label_en\":\"First Number\",\"db_field_name\":\"complaintf_firstnumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569326110\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter First Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الأول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-9\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569340859\",\"label_ar\":\"الرقم الثاني\",\"label_en\":\"Second Number\",\"db_field_name\":\"complaintf_secondnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569340859\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Second Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الثاني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569346560\",\"label_ar\":\"المجموع\",\"label_en\":\"Sum\",\"db_field_name\":\"complaintf_sum\",\"field_order\":3,\"field_type\":\"auto_calculated\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569346560\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"1\",\"calculated_attributes\":\"{\\\"equation_formula\\\":\\\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\\\"}\"}]},{\"form_id_fk\":\"3\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555569441228\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"complaintf_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569441228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-10\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569430279\",\"label_ar\":\"الى\",\"label_en\":\"To\",\"db_field_name\":\"complaintf_to\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569430279\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"staff\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"0\\\",\\\"text\\\":\\\"0 - 0\\\"},{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"1 - 1\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569597634\",\"label_ar\":\"اختار\",\"label_en\":\"checkbox\",\"db_field_name\":\"complaintf_checkbox\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569597634\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569339\" background_color=\"#f6f6f6\" section_title_en=\"Grid\" is_grid=\"1\" section_title_ar=\"جدول\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555569290\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 215px;\"><label class=\"control-label\">First Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569326110\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-9\" item_id=\"1555569326110\" label_en=\"First Number\" label_ar=\"الرقم الأول\" database_name=\"firstnumber\" default_value=\"\" placeholder_en=\"Please enter First Number\" placeholder_ar=\"من فضلك أدخل الرقم الأول\" placeholder=\"Please enter First Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 212px;\"><label class=\"control-label\">Second Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569340859\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569340859\" label_en=\"Second Number\" label_ar=\"الرقم الثاني\" database_name=\"secondnumber\" default_value=\"\" placeholder_en=\"Please enter Second Number\" placeholder_ar=\"من فضلك أدخل الرقم الثاني\" placeholder=\"Please enter Second Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 279px;\"><label class=\"control-label\">Sum</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"text\" id=\"1555569346560\" input-type=\"auto_calculated\" class=\"form-control show_popup_auto_calculated toggle_preview_show_popup_auto_calculated field_attr\" readonly=\"\" field_size=\"col-sm-3\" item_id=\"1555569346560\" label_en=\"Sum\" label_ar=\"المجموع\" database_name=\"sum\" placeholder=\"(FirstNumber + SecondNumber)\" equation_formula=\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" maxlength=\"100\"></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 994px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1555569441228\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"3\" style=\"resize:none;\" item_id=\"1555569441228\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" field_size=\"col-sm-10\"></textarea></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 368px;\"><label class=\"control-label\">To</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1555569430279\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1555569430279\" label_en=\"To\" label_ar=\"الى\" database_name=\"to\" for_use_by=\"staff\" for_use_by_group_id_fk=\"3\" list_select_option=\" <tr><td>0</td><td>0</td><td>0</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>1</td><td>1</td><td>1</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"0\">0 - 0<!--<label--></option><option value=\"1\">1 - 1<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 required\"><label class=\"control-label\">checkbox</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1555569597634\" field_size=\"col-sm-2\" item_id=\"1555569597634\" label_en=\"checkbox\" label_ar=\"اختار\" database_name=\"checkbox\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>', 1, '2019-04-18 03:50:04', 1, NULL, NULL, '2019-04-18 07:02:18', 1),
(4, 1, 2, 3, 3, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"4\",\"title_ar\":\"جدول\",\"title_en\":\"Grid\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569339\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555569326110\",\"label_ar\":\"الرقم الأول\",\"label_en\":\"First Number\",\"db_field_name\":\"complaintf_firstnumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569326110\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter First Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الأول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569340859\",\"label_ar\":\"الرقم الثاني\",\"label_en\":\"Second Number\",\"db_field_name\":\"complaintf_secondnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569340859\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Second Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الثاني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569346560\",\"label_ar\":\"المجموع\",\"label_en\":\"Sum\",\"db_field_name\":\"complaintf_sum\",\"field_order\":3,\"field_type\":\"auto_calculated\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569346560\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"1\",\"calculated_attributes\":\"{\\\"equation_formula\\\":\\\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\\\"}\"}]},{\"form_id_fk\":\"4\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555569441228\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"complaintf_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569441228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-10\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569430279\",\"label_ar\":\"الى\",\"label_en\":\"To\",\"db_field_name\":\"complaintf_to\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569430279\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"staff\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"0\\\",\\\"text\\\":\\\"0 - 0\\\"},{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"1 - 1\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569597634\",\"label_ar\":\"اختار\",\"label_en\":\"checkbox\",\"db_field_name\":\"complaintf_checkbox\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569597634\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569339\" background_color=\"#f6f6f6\" section_title_en=\"Grid\" is_grid=\"1\" section_title_ar=\"جدول\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555569290\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 215px;\"><label class=\"control-label\">First Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569326110\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569326110\" label_en=\"First Number\" label_ar=\"الرقم الأول\" database_name=\"firstnumber\" default_value=\"\" placeholder_en=\"Please enter First Number\" placeholder_ar=\"من فضلك أدخل الرقم الأول\" placeholder=\"Please enter First Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 212px;\"><label class=\"control-label\">Second Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569340859\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569340859\" label_en=\"Second Number\" label_ar=\"الرقم الثاني\" database_name=\"secondnumber\" default_value=\"\" placeholder_en=\"Please enter Second Number\" placeholder_ar=\"من فضلك أدخل الرقم الثاني\" placeholder=\"Please enter Second Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 397px;\"><label class=\"control-label\">Sum</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"text\" id=\"1555569346560\" input-type=\"auto_calculated\" class=\"form-control show_popup_auto_calculated toggle_preview_show_popup_auto_calculated field_attr\" readonly=\"\" field_size=\"col-sm-4\" item_id=\"1555569346560\" label_en=\"Sum\" label_ar=\"المجموع\" database_name=\"sum\" placeholder=\"(FirstNumber + SecondNumber)\" equation_formula=\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" maxlength=\"100\"></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 994px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1555569441228\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"3\" style=\"resize:none;\" item_id=\"1555569441228\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" field_size=\"col-sm-10\"></textarea></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 433px;\"><label class=\"control-label\">To</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1555569430279\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1555569430279\" label_en=\"To\" label_ar=\"الى\" database_name=\"to\" for_use_by=\"staff\" for_use_by_group_id_fk=\"3\" list_select_option=\" <tr><td>0</td><td>0</td><td>0</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>1</td><td>1</td><td>1</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"0\">0 - 0<!--<label--></option><option value=\"1\">1 - 1<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 required\"><label class=\"control-label\">checkbox</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1555569597634\" field_size=\"col-sm-2\" item_id=\"1555569597634\" label_en=\"checkbox\" label_ar=\"اختار\" database_name=\"checkbox\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2019-04-18 07:03:31', 1, NULL, NULL, '2019-04-18 07:05:11', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(6, 1, 2, 4, 4, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"6\",\"title_ar\":\"جدول\",\"title_en\":\"Grid\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569339\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555569326110\",\"label_ar\":\"الرقم الأول\",\"label_en\":\"First Number\",\"db_field_name\":\"complaintf_firstnumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569326110\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter First Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الأول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569340859\",\"label_ar\":\"الرقم الثاني\",\"label_en\":\"Second Number\",\"db_field_name\":\"complaintf_secondnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569340859\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Second Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الثاني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569346560\",\"label_ar\":\"المجموع\",\"label_en\":\"Sum\",\"db_field_name\":\"complaintf_sum\",\"field_order\":3,\"field_type\":\"auto_calculated\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569346560\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"1\",\"calculated_attributes\":\"{\\\"equation_formula\\\":\\\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\\\"}\"}]},{\"form_id_fk\":\"6\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555569441228\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"complaintf_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569441228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-10\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569430279\",\"label_ar\":\"الى\",\"label_en\":\"To\",\"db_field_name\":\"complaintf_to\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569430279\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"staff\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"0\\\",\\\"text\\\":\\\"0 - 0\\\"},{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"1 - 1\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569597634\",\"label_ar\":\"اختار\",\"label_en\":\"checkbox\",\"db_field_name\":\"complaintf_checkbox\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569597634\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1597917696412\",\"label_ar\":\"اسم الموظف\",\"label_en\":\"employee name\",\"db_field_name\":\"complaintf_employeename\",\"field_order\":4,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1597917696412\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://dummy.restapiexample.com/api/v1/employees\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"id\\\",\\\"api_captions_source\\\":\\\"employee_name\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569339\" background_color=\"#f6f6f6\" section_title_en=\"Grid\" is_grid=\"1\" section_title_ar=\"جدول\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555569290\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 215px;\"><label class=\"control-label\">First Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569326110\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569326110\" label_en=\"First Number\" label_ar=\"الرقم الأول\" database_name=\"firstnumber\" default_value=\"\" placeholder_en=\"Please enter First Number\" placeholder_ar=\"من فضلك أدخل الرقم الأول\" placeholder=\"Please enter First Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 212px;\"><label class=\"control-label\">Second Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569340859\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569340859\" label_en=\"Second Number\" label_ar=\"الرقم الثاني\" database_name=\"secondnumber\" default_value=\"\" placeholder_en=\"Please enter Second Number\" placeholder_ar=\"من فضلك أدخل الرقم الثاني\" placeholder=\"Please enter Second Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 397px;\"><label class=\"control-label\">Sum</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"text\" id=\"1555569346560\" input-type=\"auto_calculated\" class=\"form-control show_popup_auto_calculated toggle_preview_show_popup_auto_calculated field_attr\" readonly=\"\" field_size=\"col-sm-4\" item_id=\"1555569346560\" label_en=\"Sum\" label_ar=\"المجموع\" database_name=\"sum\" placeholder=\"(FirstNumber + SecondNumber)\" equation_formula=\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" maxlength=\"100\"></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 994px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1555569441228\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"3\" style=\"resize:none;\" item_id=\"1555569441228\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" field_size=\"col-sm-10\"></textarea></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 433px;\"><label class=\"control-label\">To</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1555569430279\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1555569430279\" label_en=\"To\" label_ar=\"الى\" database_name=\"to\" for_use_by=\"staff\" for_use_by_group_id_fk=\"3\" list_select_option=\" <tr><td>0</td><td>0</td><td>0</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>1</td><td>1</td><td>1</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"0\">0 - 0<!--<label--></option><option value=\"1\">1 - 1<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 required\"><label class=\"control-label\">checkbox</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1555569597634\" field_size=\"col-sm-2\" item_id=\"1555569597634\" label_en=\"checkbox\" label_ar=\"اختار\" database_name=\"checkbox\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">employee name</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1597917696412\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1597917696412\" label_en=\"employee name\" label_ar=\"اسم الموظف\" database_name=\"employeename\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://dummy.restapiexample.com/api/v1/employees\" api_header=\"\" api_columns=\"data\" api_values_source=\"id\" api_captions_source=\"employee_name\" is_required=\"0\"><option value=\"\">API Source Selected</option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2019-05-14 08:02:52', 1, NULL, NULL, '2020-08-20 07:03:30', 1),
(7, 1, 3, 0, 1, 'نموذج طلب جواز سفر', 'Passport Request', 'نموذج طلب جواز سفر', 'Passport Request', '1', 'passportrequest', '[{\"form_id_fk\":\"7\",\"title_ar\":\"معلومات عامة\",\"title_en\":\"General Information\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1587318317\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1587318409118\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"ID No\",\"db_field_name\":\"passportre_idno\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318409118\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter ID No\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"9\\\",\\\"max_lenght\\\":\\\"9\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1587318517592\",\"label_ar\":\"اسم بالانجليزي\",\"label_en\":\"Name English\",\"db_field_name\":\"passportre_nameenglish\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318517592\\\",\\\"text_field_type\\\":\\\"Alpha\\\",\\\"placeholder_en\\\":\\\"Please enter Name English\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم بالانجليزي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1587318634996\",\"label_ar\":\"الاسم العربي\",\"label_en\":\"Name Arabic\",\"db_field_name\":\"passportre_namearabic\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318634996\\\",\\\"text_field_type\\\":\\\"Alpha\\\",\\\"placeholder_en\\\":\\\"Please enter Name Arabic\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم العربي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1587318649530\",\"label_ar\":\"العنوان\",\"label_en\":\"Address\",\"db_field_name\":\"passportre_address\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318649530\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Address\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العنوان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1587318651684\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"passportre_notes\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318651684\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Notes\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل ملاحظات\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1587318317\" background_color=\"#f6f6f6\" section_title_en=\"General Information\" section_title_ar=\"معلومات عامة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">General Information</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 333px;\"><label class=\"control-label\">ID No</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318409118\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-4\" item_id=\"1587318409118\" label_en=\"ID No\" label_ar=\"رقم الهوية\" database_name=\"idno\" default_value=\"\" placeholder_en=\"Please enter ID No\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter ID No\" min_lenght=\"9\" max_lenght=\"9\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 330px;\"><label class=\"control-label\">Name English</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318517592\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1587318517592\" label_en=\"Name English\" label_ar=\"اسم بالانجليزي\" database_name=\"nameenglish\" default_value=\"\" placeholder_en=\"Please enter Name English\" placeholder_ar=\"من فضلك أدخل اسم بالانجليزي\" placeholder=\"Please enter Name English\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-alpha-asc\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Name Arabic</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318634996\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1587318634996\" label_en=\"Name Arabic\" label_ar=\"الاسم العربي\" database_name=\"namearabic\" default_value=\"\" placeholder_en=\"Please enter Name Arabic\" placeholder_ar=\"من فضلك أدخل الاسم العربي\" placeholder=\"Please enter Name Arabic\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-alpha-asc\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Address</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318649530\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1587318649530\" label_en=\"Address\" label_ar=\"العنوان\" database_name=\"address\" default_value=\"\" placeholder_en=\"Please enter Address\" placeholder_ar=\"من فضلك أدخل العنوان\" placeholder=\"Please enter Address\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 328px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318651684\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1587318651684\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" default_value=\"\" placeholder_en=\"Please enter Notes\" placeholder_ar=\"من فضلك أدخل ملاحظات\" placeholder=\"Please enter Notes\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2020-04-19 14:45:16', 1, NULL, NULL, '2020-04-19 14:56:30', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(8, 1, 2, 6, 5, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"8\",\"title_ar\":\"جدول\",\"title_en\":\"Grid\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569339\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555569326110\",\"label_ar\":\"الرقم الأول\",\"label_en\":\"First Number\",\"db_field_name\":\"complaintf_firstnumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569326110\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter First Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الأول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569340859\",\"label_ar\":\"الرقم الثاني\",\"label_en\":\"Second Number\",\"db_field_name\":\"complaintf_secondnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569340859\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Second Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الثاني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569346560\",\"label_ar\":\"المجموع\",\"label_en\":\"Sum\",\"db_field_name\":\"complaintf_sum\",\"field_order\":3,\"field_type\":\"auto_calculated\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569346560\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"1\",\"calculated_attributes\":\"{\\\"equation_formula\\\":\\\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\\\"}\"}]},{\"form_id_fk\":\"8\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555569441228\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"complaintf_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569441228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-10\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569430279\",\"label_ar\":\"الى\",\"label_en\":\"To\",\"db_field_name\":\"complaintf_to\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569430279\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"staff\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"0\\\",\\\"text\\\":\\\"0 - 0\\\"},{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"1 - 1\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569597634\",\"label_ar\":\"اختار\",\"label_en\":\"checkbox\",\"db_field_name\":\"complaintf_checkbox\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569597634\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1597917696412\",\"label_ar\":\"اسم الموظف\",\"label_en\":\"employee name\",\"db_field_name\":\"complaintf_employeename\",\"field_order\":4,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1597917696412\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"servsType\\\",\\\"api_captions_source\\\":\\\"typeDescA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569339\" background_color=\"#f6f6f6\" section_title_en=\"Grid\" is_grid=\"1\" section_title_ar=\"جدول\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555569290\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 215px;\"><label class=\"control-label\">First Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569326110\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569326110\" label_en=\"First Number\" label_ar=\"الرقم الأول\" database_name=\"firstnumber\" default_value=\"\" placeholder_en=\"Please enter First Number\" placeholder_ar=\"من فضلك أدخل الرقم الأول\" placeholder=\"Please enter First Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 212px;\"><label class=\"control-label\">Second Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569340859\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569340859\" label_en=\"Second Number\" label_ar=\"الرقم الثاني\" database_name=\"secondnumber\" default_value=\"\" placeholder_en=\"Please enter Second Number\" placeholder_ar=\"من فضلك أدخل الرقم الثاني\" placeholder=\"Please enter Second Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 397px;\"><label class=\"control-label\">Sum</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"text\" id=\"1555569346560\" input-type=\"auto_calculated\" class=\"form-control show_popup_auto_calculated toggle_preview_show_popup_auto_calculated field_attr\" readonly=\"\" field_size=\"col-sm-4\" item_id=\"1555569346560\" label_en=\"Sum\" label_ar=\"المجموع\" database_name=\"sum\" placeholder=\"(FirstNumber + SecondNumber)\" equation_formula=\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" maxlength=\"100\"></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 994px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1555569441228\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"3\" style=\"resize:none;\" item_id=\"1555569441228\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" field_size=\"col-sm-10\"></textarea></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 433px;\"><label class=\"control-label\">To</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1555569430279\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1555569430279\" label_en=\"To\" label_ar=\"الى\" database_name=\"to\" for_use_by=\"staff\" for_use_by_group_id_fk=\"3\" list_select_option=\" <tr><td>0</td><td>0</td><td>0</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>1</td><td>1</td><td>1</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"0\">0 - 0<!--<label--></option><option value=\"1\">1 - 1<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 required\"><label class=\"control-label\">checkbox</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1555569597634\" field_size=\"col-sm-2\" item_id=\"1555569597634\" label_en=\"checkbox\" label_ar=\"اختار\" database_name=\"checkbox\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">employee name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1597917696412\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1597917696412\" label_en=\"employee name\" label_ar=\"اسم الموظف\" database_name=\"employeename\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"servsType\" api_captions_source=\"typeDescA\" is_required=\"0\"><option value=\"\">API Source Selected</option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2020-08-20 10:50:09', 1, NULL, NULL, '2020-08-20 10:53:04', 1),
(9, 1, 2, 8, 6, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"8\",\"title_ar\":\"جدول\",\"title_en\":\"Grid\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569339\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555569326110\",\"label_ar\":\"الرقم الأول\",\"label_en\":\"First Number\",\"db_field_name\":\"complaintf_firstnumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569326110\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter First Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الأول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569340859\",\"label_ar\":\"الرقم الثاني\",\"label_en\":\"Second Number\",\"db_field_name\":\"complaintf_secondnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569340859\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Second Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الثاني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569346560\",\"label_ar\":\"المجموع\",\"label_en\":\"Sum\",\"db_field_name\":\"complaintf_sum\",\"field_order\":3,\"field_type\":\"auto_calculated\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569346560\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"1\",\"calculated_attributes\":\"{\\\"equation_formula\\\":\\\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\\\"}\"}]},{\"form_id_fk\":\"8\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555569441228\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"complaintf_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569441228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-10\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569430279\",\"label_ar\":\"الى\",\"label_en\":\"To\",\"db_field_name\":\"complaintf_to\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569430279\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"staff\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"0\\\",\\\"text\\\":\\\"0 - 0\\\"},{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"1 - 1\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569597634\",\"label_ar\":\"اختار\",\"label_en\":\"checkbox\",\"db_field_name\":\"complaintf_checkbox\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569597634\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1597917696412\",\"label_ar\":\"اسم الموظف\",\"label_en\":\"employee name\",\"db_field_name\":\"complaintf_employeename\",\"field_order\":4,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1597917696412\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"servsType\\\",\\\"api_captions_source\\\":\\\"typeDescA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569339\" background_color=\"#f6f6f6\" section_title_en=\"Grid\" is_grid=\"1\" section_title_ar=\"جدول\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555569290\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 215px;\"><label class=\"control-label\">First Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569326110\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569326110\" label_en=\"First Number\" label_ar=\"الرقم الأول\" database_name=\"firstnumber\" default_value=\"\" placeholder_en=\"Please enter First Number\" placeholder_ar=\"من فضلك أدخل الرقم الأول\" placeholder=\"Please enter First Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 212px;\"><label class=\"control-label\">Second Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569340859\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569340859\" label_en=\"Second Number\" label_ar=\"الرقم الثاني\" database_name=\"secondnumber\" default_value=\"\" placeholder_en=\"Please enter Second Number\" placeholder_ar=\"من فضلك أدخل الرقم الثاني\" placeholder=\"Please enter Second Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 397px;\"><label class=\"control-label\">Sum</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"text\" id=\"1555569346560\" input-type=\"auto_calculated\" class=\"form-control show_popup_auto_calculated toggle_preview_show_popup_auto_calculated field_attr\" readonly=\"\" field_size=\"col-sm-4\" item_id=\"1555569346560\" label_en=\"Sum\" label_ar=\"المجموع\" database_name=\"sum\" placeholder=\"(FirstNumber + SecondNumber)\" equation_formula=\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" maxlength=\"100\"></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 994px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1555569441228\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"3\" style=\"resize:none;\" item_id=\"1555569441228\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" field_size=\"col-sm-10\"></textarea></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 433px;\"><label class=\"control-label\">To</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1555569430279\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1555569430279\" label_en=\"To\" label_ar=\"الى\" database_name=\"to\" for_use_by=\"staff\" for_use_by_group_id_fk=\"3\" list_select_option=\" <tr><td>0</td><td>0</td><td>0</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>1</td><td>1</td><td>1</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"0\">0 - 0<!--<label--></option><option value=\"1\">1 - 1<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 required\"><label class=\"control-label\">checkbox</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1555569597634\" field_size=\"col-sm-2\" item_id=\"1555569597634\" label_en=\"checkbox\" label_ar=\"اختار\" database_name=\"checkbox\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">employee name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1597917696412\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1597917696412\" label_en=\"employee name\" label_ar=\"اسم الموظف\" database_name=\"employeename\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"servsType\" api_captions_source=\"typeDescA\" is_required=\"0\"><option value=\"\">API Source Selected</option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2020-08-20 10:55:17', 1, NULL, NULL, '2021-05-25 07:29:50', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(10, 1, 4, 0, 1, 'إضافة خدمة مياه', 'Add water service', 'إضافة خدمة مياه', 'Add water service', '1', 'addwaterservice', '[{\"form_id_fk\":\"10\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1598164757\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1598164780107\",\"label_ar\":\"نوع الخدمة\",\"label_en\":\"Service Type\",\"db_field_name\":\"addwaterse_servicetype\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598164780107\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"servsType\\\",\\\"api_captions_source\\\":\\\"typeDescA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598164985156\",\"label_ar\":\"نوع المشترك\",\"label_en\":\"Customer Type\",\"db_field_name\":\"addwaterse_customertype\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598164985156\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"customerType\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598260840299\",\"label_ar\":\"حالة الخدمة \",\"label_en\":\"Status\",\"db_field_name\":\"addwaterse_statusid\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598260840299\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"statusId\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261004080\",\"label_ar\":\"رقم المشترك\",\"label_en\":\"System No\",\"db_field_name\":\"addwaterse_systemno\",\"field_order\":4,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261004080\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"1\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261112632\",\"label_ar\":\"العملة\",\"label_en\":\"Currency\",\"db_field_name\":\"addwaterse_currencyid\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261112632\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"NIS\\\",\\\"text\\\":\\\"NIS - شيكل\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261418640\",\"label_ar\":\"تاريخ الخدمة\",\"label_en\":\"Agreement Date\",\"db_field_name\":\"addwaterse_agreementdate\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261418640\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter Agreement Date\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الخدمة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"10\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1598263168622\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1598263168316\",\"label_ar\":\"الفرع\",\"label_en\":\"Branch\",\"db_field_name\":\"addwaterse_branchid\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168316\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"branchId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263168838\",\"label_ar\":\"المنطقة\",\"label_en\":\"Sub Branch\",\"db_field_name\":\"addwaterse_sbranchid\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168838\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"sbranchId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263168577\",\"label_ar\":\"الحارة\",\"label_en\":\"Area\",\"db_field_name\":\"addwaterse_areaid\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168577\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"areaId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263258575\",\"label_ar\":\"المحافظة\",\"label_en\":\"Governorate\",\"db_field_name\":\"addwaterse_dstrctcode\",\"field_order\":4,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263258575\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"dstrctCode\\\",\\\"api_captions_source\\\":\\\"dstrctNameM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263653468\",\"label_ar\":\"المدينة/ القرية\",\"label_en\":\"City / Village\",\"db_field_name\":\"addwaterse_locatcode\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263653468\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"loactcode\\\",\\\"api_captions_source\\\":\\\"locatNameM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263928580\",\"label_ar\":\"نوع العقار\",\"label_en\":\"Immovable Type\",\"db_field_name\":\"addwaterse_immovabletype\",\"field_order\":6,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263928580\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"immovableType\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598264345216\",\"label_ar\":\"استخدام العقار\",\"label_en\":\"Usage Type\",\"db_field_name\":\"addwaterse_usagetype\",\"field_order\":7,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598264345216\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"usageType\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1598164757\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Service Type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598164780107\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1598164780107\" label_en=\"Service Type\" label_ar=\"نوع الخدمة\" database_name=\"servicetype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"servsType\" api_captions_source=\"typeDescA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Customer Type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598164985156\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1598164985156\" label_en=\"Customer Type\" label_ar=\"نوع المشترك\" database_name=\"customertype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\" api_header=\"\" api_columns=\"data\" api_values_source=\"customerType\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Status</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598260840299\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1598260840299\" label_en=\"Status\" label_ar=\"حالة الخدمة \" database_name=\"statusid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\" api_header=\"\" api_columns=\"data\" api_values_source=\"statusId\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">System No</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1598261004080\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"1\" style=\"resize:none;\" field_size=\"col-sm-3\" item_id=\"1598261004080\" label_en=\"System No\" label_ar=\"رقم المشترك\" database_name=\"systemno\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Currency</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598261112632\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1598261112632\" label_en=\"Currency\" label_ar=\"العملة\" database_name=\"currencyid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>NIS</td><td>NIS</td><td>شيكل</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"NIS\">NIS - شيكل<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Agreement Date</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1598261418640\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1598261418640\" label_en=\"Agreement Date\" label_ar=\"تاريخ الخدمة\" database_name=\"agreementdate\" default_value=\"\" placeholder_en=\"Please enter Agreement Date\" placeholder_ar=\"من فضلك أدخل تاريخ الخدمة\" placeholder=\"Please enter Agreement Date\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Date\" from_date=\"\" to_date=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul><li>\n        <section class=\"form_section container\" id=\"1598263168622\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1598263168411\" item_id=\"1598263168411\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 312px;\"><label class=\"control-label\">Branch</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168316\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168316\" label_en=\"Branch\" label_ar=\"الفرع\" database_name=\"branchid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\" api_header=\"\" api_columns=\"data\" api_values_source=\"branchId\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 292px;\"><label class=\"control-label\">Sub Branch</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168838\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168838\" label_en=\"Sub Branch\" label_ar=\"المنطقة\" database_name=\"sbranchid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\" api_header=\"\" api_columns=\"data\" api_values_source=\"sbranchId\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 345px;\"><label class=\"control-label\">Area</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168577\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168577\" label_en=\"Area\" label_ar=\"الحارة\" database_name=\"areaid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\" api_header=\"\" api_columns=\"data\" api_values_source=\"areaId\" api_captions_source=\"descM\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 309px;\"><label class=\"control-label\">Governorate</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263258575\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263258575\" label_en=\"Governorate\" label_ar=\"المحافظة\" database_name=\"dstrctcode\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\" api_header=\"\" api_columns=\"data\" api_values_source=\"dstrctCode\" api_captions_source=\"dstrctNameM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">City / Village</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263653468\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1598263653468\" label_en=\"City / Village\" label_ar=\"المدينة/ القرية\" database_name=\"locatcode\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\" api_header=\"\" api_columns=\"data\" api_values_source=\"loactcode\" api_captions_source=\"locatNameM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Immovable Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263928580\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1598263928580\" label_en=\"Immovable Type\" label_ar=\"نوع العقار\" database_name=\"immovabletype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"immovableType\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Usage Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598264345216\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1598264345216\" label_en=\"Usage Type\" label_ar=\"استخدام العقار\" database_name=\"usagetype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"usageType\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2020-08-23 03:39:15', 1, NULL, NULL, '2020-08-24 07:25:36', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(11, 1, 4, 10, 2, 'إضافة خدمة مياه', 'Add water service', 'إضافة خدمة مياه', 'Add water service', '1', 'addwaterservice', '[{\"form_id_fk\":\"11\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1598164757\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1598164780107\",\"label_ar\":\"نوع الخدمة\",\"label_en\":\"Service Type\",\"db_field_name\":\"addwaterse_servicetype\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598164780107\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"servsType\\\",\\\"api_captions_source\\\":\\\"typeDescA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598164985156\",\"label_ar\":\"نوع المشترك\",\"label_en\":\"Customer Type\",\"db_field_name\":\"addwaterse_customertype\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598164985156\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"customerType\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598260840299\",\"label_ar\":\"حالة الخدمة \",\"label_en\":\"Status\",\"db_field_name\":\"addwaterse_statusid\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598260840299\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"statusId\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261004080\",\"label_ar\":\"رقم المشترك\",\"label_en\":\"System No\",\"db_field_name\":\"addwaterse_systemno\",\"field_order\":4,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261004080\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"1\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261112632\",\"label_ar\":\"العملة\",\"label_en\":\"Currency\",\"db_field_name\":\"addwaterse_currencyid\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261112632\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"NIS\\\",\\\"text\\\":\\\"NIS - شيكل\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261418640\",\"label_ar\":\"تاريخ الخدمة\",\"label_en\":\"Agreement Date\",\"db_field_name\":\"addwaterse_agreementdate\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261418640\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter Agreement Date\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الخدمة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"11\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1598263168622\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1598263168316\",\"label_ar\":\"الفرع\",\"label_en\":\"Branch\",\"db_field_name\":\"addwaterse_branchid\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168316\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"branchId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263168838\",\"label_ar\":\"المنطقة\",\"label_en\":\"Sub Branch\",\"db_field_name\":\"addwaterse_sbranchid\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168838\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"sbranchId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263168577\",\"label_ar\":\"الحارة\",\"label_en\":\"Area\",\"db_field_name\":\"addwaterse_areaid\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168577\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"areaId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263258575\",\"label_ar\":\"المحافظة\",\"label_en\":\"Governorate\",\"db_field_name\":\"addwaterse_dstrctcode\",\"field_order\":4,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263258575\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"dstrctCode\\\",\\\"api_captions_source\\\":\\\"dstrctNameM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263653468\",\"label_ar\":\"المدينة/ القرية\",\"label_en\":\"City / Village\",\"db_field_name\":\"addwaterse_locatcode\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263653468\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"loactcode\\\",\\\"api_captions_source\\\":\\\"locatNameM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263928580\",\"label_ar\":\"نوع العقار\",\"label_en\":\"Immovable Type\",\"db_field_name\":\"addwaterse_immovabletype\",\"field_order\":6,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263928580\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"immovableType\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598264345216\",\"label_ar\":\"استخدام العقار\",\"label_en\":\"Usage Type\",\"db_field_name\":\"addwaterse_usagetype\",\"field_order\":7,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598264345216\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"usageType\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1598164757\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 321px;\"><label class=\"control-label\">Service Type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598164780107\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1598164780107\" label_en=\"Service Type\" label_ar=\"نوع الخدمة\" database_name=\"servicetype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"servsType\" api_captions_source=\"typeDescA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 365px;\"><label class=\"control-label\">Customer Type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598164985156\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-4\" item_id=\"1598164985156\" label_en=\"Customer Type\" label_ar=\"نوع المشترك\" database_name=\"customertype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\" api_header=\"\" api_columns=\"data\" api_values_source=\"customerType\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 343px;\"><label class=\"control-label\">Status</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598260840299\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1598260840299\" label_en=\"Status\" label_ar=\"حالة الخدمة \" database_name=\"statusid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\" api_header=\"\" api_columns=\"data\" api_values_source=\"statusId\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">System No</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1598261004080\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"1\" style=\"resize:none;\" field_size=\"col-sm-3\" item_id=\"1598261004080\" label_en=\"System No\" label_ar=\"رقم المشترك\" database_name=\"systemno\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 361px;\"><label class=\"control-label\">Currency</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598261112632\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1598261112632\" label_en=\"Currency\" label_ar=\"العملة\" database_name=\"currencyid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>NIS</td><td>NIS</td><td>شيكل</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"NIS\">NIS - شيكل<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 350px;\"><label class=\"control-label\">Agreement Date</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1598261418640\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-4\" item_id=\"1598261418640\" label_en=\"Agreement Date\" label_ar=\"تاريخ الخدمة\" database_name=\"agreementdate\" default_value=\"\" placeholder_en=\"Please enter Agreement Date\" placeholder_ar=\"من فضلك أدخل تاريخ الخدمة\" placeholder=\"Please enter Agreement Date\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Date\" from_date=\"\" to_date=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul><li>\n        <section class=\"form_section container\" id=\"1598263168622\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1598263168411\" item_id=\"1598263168411\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 312px;\"><label class=\"control-label\">Branch</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168316\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168316\" label_en=\"Branch\" label_ar=\"الفرع\" database_name=\"branchid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\" api_header=\"\" api_columns=\"data\" api_values_source=\"branchId\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 292px;\"><label class=\"control-label\">Sub Branch</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168838\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168838\" label_en=\"Sub Branch\" label_ar=\"المنطقة\" database_name=\"sbranchid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\" api_header=\"\" api_columns=\"data\" api_values_source=\"sbranchId\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 345px;\"><label class=\"control-label\">Area</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168577\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168577\" label_en=\"Area\" label_ar=\"الحارة\" database_name=\"areaid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\" api_header=\"\" api_columns=\"data\" api_values_source=\"areaId\" api_captions_source=\"descM\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 309px;\"><label class=\"control-label\">Governorate</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263258575\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263258575\" label_en=\"Governorate\" label_ar=\"المحافظة\" database_name=\"dstrctcode\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\" api_header=\"\" api_columns=\"data\" api_values_source=\"dstrctCode\" api_captions_source=\"dstrctNameM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 295px;\"><label class=\"control-label\">City / Village</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263653468\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263653468\" label_en=\"City / Village\" label_ar=\"المدينة/ القرية\" database_name=\"locatcode\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\" api_header=\"\" api_columns=\"data\" api_values_source=\"loactcode\" api_captions_source=\"locatNameM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 350px;\"><label class=\"control-label\">Immovable Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263928580\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1598263928580\" label_en=\"Immovable Type\" label_ar=\"نوع العقار\" database_name=\"immovabletype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"immovableType\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 308px;\"><label class=\"control-label\">Usage Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598264345216\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598264345216\" label_en=\"Usage Type\" label_ar=\"استخدام العقار\" database_name=\"usagetype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"usageType\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2020-08-24 07:33:32', 1, NULL, NULL, '2020-08-24 07:34:25', 1),
(12, 1, 3, 7, 2, 'نموذج طلب جواز سفر', 'Passport Request', 'نموذج طلب جواز سفر', 'Passport Request', '1', 'passportrequest', '[{\"form_id_fk\":\"7\",\"title_ar\":\"معلومات عامة\",\"title_en\":\"General Information\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1587318317\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1587318409118\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"ID No\",\"db_field_name\":\"passportre_idno\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318409118\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter ID No\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"9\\\",\\\"max_lenght\\\":\\\"9\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1587318517592\",\"label_ar\":\"اسم بالانجليزي\",\"label_en\":\"Name English\",\"db_field_name\":\"passportre_nameenglish\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318517592\\\",\\\"text_field_type\\\":\\\"Alpha\\\",\\\"placeholder_en\\\":\\\"Please enter Name English\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم بالانجليزي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1587318634996\",\"label_ar\":\"الاسم العربي\",\"label_en\":\"Name Arabic\",\"db_field_name\":\"passportre_namearabic\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318634996\\\",\\\"text_field_type\\\":\\\"Alpha\\\",\\\"placeholder_en\\\":\\\"Please enter Name Arabic\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم العربي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1587318649530\",\"label_ar\":\"العنوان\",\"label_en\":\"Address\",\"db_field_name\":\"passportre_address\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318649530\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Address\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العنوان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1587318651684\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"passportre_notes\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1587318651684\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Notes\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل ملاحظات\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1587318317\" background_color=\"#f6f6f6\" section_title_en=\"General Information\" section_title_ar=\"معلومات عامة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">General Information</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 333px;\"><label class=\"control-label\">ID No</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318409118\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-4\" item_id=\"1587318409118\" label_en=\"ID No\" label_ar=\"رقم الهوية\" database_name=\"idno\" default_value=\"\" placeholder_en=\"Please enter ID No\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter ID No\" min_lenght=\"9\" max_lenght=\"9\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 330px;\"><label class=\"control-label\">Name English</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318517592\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1587318517592\" label_en=\"Name English\" label_ar=\"اسم بالانجليزي\" database_name=\"nameenglish\" default_value=\"\" placeholder_en=\"Please enter Name English\" placeholder_ar=\"من فضلك أدخل اسم بالانجليزي\" placeholder=\"Please enter Name English\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-alpha-asc\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Name Arabic</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318634996\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1587318634996\" label_en=\"Name Arabic\" label_ar=\"الاسم العربي\" database_name=\"namearabic\" default_value=\"\" placeholder_en=\"Please enter Name Arabic\" placeholder_ar=\"من فضلك أدخل الاسم العربي\" placeholder=\"Please enter Name Arabic\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-alpha-asc\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Address</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318649530\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1587318649530\" label_en=\"Address\" label_ar=\"العنوان\" database_name=\"address\" default_value=\"\" placeholder_en=\"Please enter Address\" placeholder_ar=\"من فضلك أدخل العنوان\" placeholder=\"Please enter Address\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 328px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1587318651684\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1587318651684\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" default_value=\"\" placeholder_en=\"Please enter Notes\" placeholder_ar=\"من فضلك أدخل ملاحظات\" placeholder=\"Please enter Notes\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', NULL, '2020-10-01 05:03:30', 1, NULL, NULL, '2020-10-22 07:06:47', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(13, 1, 5, 0, 1, 'طلب هاتف جديد', 'New phone', 'اتصالات', 'Comunications', '1', 'newphone', '[{\"form_id_fk\":\"13\",\"title_ar\":\"المعلومات الشخصية\",\"title_en\":\"info\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1602758428\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1602762076919\",\"label_ar\":\"رقم الهاتف\",\"label_en\":\"phone Number\",\"db_field_name\":\"newphone_phonenumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762076919\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter phone Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهاتف\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1602762112665\",\"label_ar\":\"المنطقة\",\"label_en\":\"Area\",\"db_field_name\":\"newphone_area\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762112665\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"105\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1602762242038\",\"label_ar\":\"الاسم\",\"label_en\":\"Full Name\",\"db_field_name\":\"newphone_fullname\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762242038\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Full Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"13\",\"title_ar\":\"\",\"title_en\":\"Details\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1602758637\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1602762307766\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"newphone_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762307766\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"50\\\",\\\"rows_num_text_area\\\":\\\"10\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-7\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"13\",\"title_ar\":\"افراد الاسرة\",\"title_en\":\"Family Members\",\"block_order\":3,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1602758820\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1602762437540\",\"label_ar\":\"الاسم\",\"label_en\":\"Name\",\"db_field_name\":\"newphone_name\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762437540\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1602762550845\",\"label_ar\":\"تاريخ الميلاد\",\"label_en\":\"DoB\",\"db_field_name\":\"newphone_dob\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762550845\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter DoB\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الميلاد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1602762563304\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"idno\",\"db_field_name\":\"newphone_idno\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762563304\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter idno\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1602758428\" background_color=\"#f6f6f6\" section_title_en=\"info\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"المعلومات الشخصية\">\n            <h5>\n                <div>\n                    <label class=\"name\">info</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">phone Number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762076919\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762076919\" label_en=\"phone Number\" label_ar=\"رقم الهاتف\" database_name=\"phonenumber\" default_value=\"\" placeholder_en=\"Please enter phone Number\" placeholder_ar=\"من فضلك أدخل رقم الهاتف\" placeholder=\"Please enter phone Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 291px;\"><label class=\"control-label\">Area</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1602762112665\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1602762112665\" label_en=\"Area\" label_ar=\"المنطقة\" database_name=\"area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"105\" is_required=\"0\"><option value=\"106\">Ramallah - رام الله<!--<label--></option><option value=\"107\">Nablus - نابلس<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Full Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762242038\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762242038\" label_en=\"Full Name\" label_ar=\"الاسم\" database_name=\"fullname\" default_value=\"\" placeholder_en=\"Please enter Full Name\" placeholder_ar=\"من فضلك أدخل الاسم\" placeholder=\"Please enter Full Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li>\n    <section class=\"form_section container\" id=\"1602758637\" background_color=\"#f6f6f6\" section_title_en=\"Details\" style=\"height: 403.031px; background-color: rgb(246, 246, 246);\" section_title_ar=\"\">\n            <h5>\n            <div>\n                <label class=\"name\">Details</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable drag-hover\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1602762307766\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"10\" style=\"resize:none;\" field_size=\"col-sm-7\" item_id=\"1602762307766\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"50\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\"></textarea></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1602758820\" background_color=\"#f6f6f6\" section_title_en=\"Family Members\" is_grid=\"1\" section_title_ar=\"افراد الاسرة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">Family Members</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1602758807\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762437540\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762437540\" label_en=\"Name\" label_ar=\"الاسم\" database_name=\"name\" default_value=\"\" placeholder_en=\"Please enter Name\" placeholder_ar=\"من فضلك أدخل الاسم\" placeholder=\"Please enter Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">DoB</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762550845\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762550845\" label_en=\"DoB\" label_ar=\"تاريخ الميلاد\" database_name=\"dob\" default_value=\"\" placeholder_en=\"Please enter DoB\" placeholder_ar=\"من فضلك أدخل تاريخ الميلاد\" placeholder=\"Please enter DoB\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Date\" from_date=\"\" to_date=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">idno</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762563304\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762563304\" label_en=\"idno\" label_ar=\"رقم الهوية\" database_name=\"idno\" default_value=\"\" placeholder_en=\"Please enter idno\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter idno\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2020-10-15 07:40:28', 1, NULL, NULL, '2020-10-15 07:53:54', 1),
(14, 1, 5, 13, 2, 'طلب هاتف جديد', 'New phone', 'اتصالات', 'Comunications', '1', 'newphone', '[{\"form_id_fk\":\"13\",\"title_ar\":\"المعلومات الشخصية\",\"title_en\":\"info\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1602758428\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1602762076919\",\"label_ar\":\"رقم الهاتف\",\"label_en\":\"phone Number\",\"db_field_name\":\"newphone_phonenumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762076919\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter phone Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهاتف\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1602762112665\",\"label_ar\":\"المنطقة\",\"label_en\":\"Area\",\"db_field_name\":\"newphone_area\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762112665\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"105\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1602762242038\",\"label_ar\":\"الاسم\",\"label_en\":\"Full Name\",\"db_field_name\":\"newphone_fullname\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762242038\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Full Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"13\",\"title_ar\":\"\",\"title_en\":\"Details\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1602758637\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1602762307766\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"newphone_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762307766\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"50\\\",\\\"rows_num_text_area\\\":\\\"10\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-7\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"13\",\"title_ar\":\"افراد الاسرة\",\"title_en\":\"Family Members\",\"block_order\":3,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1602758820\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1602762437540\",\"label_ar\":\"الاسم\",\"label_en\":\"Name\",\"db_field_name\":\"newphone_name\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762437540\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1602762550845\",\"label_ar\":\"تاريخ الميلاد\",\"label_en\":\"DoB\",\"db_field_name\":\"newphone_dob\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762550845\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter DoB\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الميلاد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1602762563304\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"idno\",\"db_field_name\":\"newphone_idno\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1602762563304\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter idno\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1602758428\" background_color=\"#f6f6f6\" section_title_en=\"info\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"المعلومات الشخصية\">\n            <h5>\n                <div>\n                    <label class=\"name\">info</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">phone Number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762076919\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762076919\" label_en=\"phone Number\" label_ar=\"رقم الهاتف\" database_name=\"phonenumber\" default_value=\"\" placeholder_en=\"Please enter phone Number\" placeholder_ar=\"من فضلك أدخل رقم الهاتف\" placeholder=\"Please enter phone Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 291px;\"><label class=\"control-label\">Area</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1602762112665\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1602762112665\" label_en=\"Area\" label_ar=\"المنطقة\" database_name=\"area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"105\" is_required=\"0\"><option value=\"106\">Ramallah - رام الله<!--<label--></option><option value=\"107\">Nablus - نابلس<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Full Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762242038\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762242038\" label_en=\"Full Name\" label_ar=\"الاسم\" database_name=\"fullname\" default_value=\"\" placeholder_en=\"Please enter Full Name\" placeholder_ar=\"من فضلك أدخل الاسم\" placeholder=\"Please enter Full Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li>\n    <section class=\"form_section container\" id=\"1602758637\" background_color=\"#f6f6f6\" section_title_en=\"Details\" style=\"height: 403.031px; background-color: rgb(246, 246, 246);\" section_title_ar=\"\">\n            <h5>\n            <div>\n                <label class=\"name\">Details</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable drag-hover\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1602762307766\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"10\" style=\"resize:none;\" field_size=\"col-sm-7\" item_id=\"1602762307766\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"50\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\"></textarea></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1602758820\" background_color=\"#f6f6f6\" section_title_en=\"Family Members\" is_grid=\"1\" section_title_ar=\"افراد الاسرة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">Family Members</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1602758807\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762437540\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762437540\" label_en=\"Name\" label_ar=\"الاسم\" database_name=\"name\" default_value=\"\" placeholder_en=\"Please enter Name\" placeholder_ar=\"من فضلك أدخل الاسم\" placeholder=\"Please enter Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">DoB</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762550845\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762550845\" label_en=\"DoB\" label_ar=\"تاريخ الميلاد\" database_name=\"dob\" default_value=\"\" placeholder_en=\"Please enter DoB\" placeholder_ar=\"من فضلك أدخل تاريخ الميلاد\" placeholder=\"Please enter DoB\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Date\" from_date=\"\" to_date=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">idno</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1602762563304\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1602762563304\" label_en=\"idno\" label_ar=\"رقم الهوية\" database_name=\"idno\" default_value=\"\" placeholder_en=\"Please enter idno\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter idno\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', NULL, '2020-10-15 07:54:14', 1, NULL, NULL, '2020-10-15 07:54:14', NULL);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(15, 1, 6, 0, 1, 'تجديد رخصة', 'License Renewal', 'وحدة الإجازة والتراخيص', 'Licensing unit', '1', 'licenserenewal', '[{\"form_id_fk\":\"15\",\"title_ar\":\"بيانات المنشأه\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603292441\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603296080280\",\"label_ar\":\"اسم المنشأه الصحية\",\"label_en\":\"Enterprise Name\",\"db_field_name\":\"licenseren_enterprisename\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296080280\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Enterprise Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم المنشأه الصحية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296081331\",\"label_ar\":\"اسم مالك المنشأه\",\"label_en\":\"Enterprise Owner Name\",\"db_field_name\":\"licenseren_enterpriseownername\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296081331\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Enterprise Owner Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم مالك المنشأه\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296082566\",\"label_ar\":\"عنوان المكان\",\"label_en\":\"Address\",\"db_field_name\":\"licenseren_address\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296082566\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Address\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل عنوان المكان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296086698\",\"label_ar\":\"نوع النشاط\",\"label_en\":\"Activity Type\",\"db_field_name\":\"licenseren_activitytype\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296086698\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Activity Type\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل نوع النشاط\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296088065\",\"label_ar\":\"رقم الترخيص\",\"label_en\":\"License number\",\"db_field_name\":\"licenseren_licensenumber\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296088065\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter License number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الترخيص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296089065\",\"label_ar\":\"رقم التلفون\",\"label_en\":\"Phone\",\"db_field_name\":\"licenseren_phone\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296089065\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Phone\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم التلفون\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"15\",\"title_ar\":\"بيانات طالب الترخيص\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603292884\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603296367344\",\"label_ar\":\"اسم طالب الترخيص\",\"label_en\":\"Applicant Name\",\"db_field_name\":\"licenseren_applicantname\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296367344\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Applicant Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم طالب الترخيص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296369058\",\"label_ar\":\"رقم تلفونه\",\"label_en\":\"Applicant Phone\",\"db_field_name\":\"licenseren_applicantphone\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296369058\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Applicant Phone\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم تلفونه\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296370643\",\"label_ar\":\"صفته\",\"label_en\":\"described\",\"db_field_name\":\"licenseren_described\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296370643\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter described\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل صفته\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"15\",\"title_ar\":\"بيانات المسؤول الفني\",\"title_en\":\"New Section\",\"block_order\":3,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603296355480\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603296562576\",\"label_ar\":\"المدير الفني\",\"label_en\":\"Technical Director\",\"db_field_name\":\"licenseren_technicaldirector\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296562576\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Technical Director\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل المدير الفني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296725228\",\"label_ar\":\"المؤهل العملي\",\"label_en\":\"Qualification\",\"db_field_name\":\"licenseren_qualification\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296725228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"diploma - دبلوم\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Bachelor - بكالوريوس\\\"},{\\\"id\\\":\\\"3\\\",\\\"text\\\":\\\"Master - ماجستير\\\"},{\\\"id\\\":\\\"4\\\",\\\"text\\\":\\\"Phd - دكتوراة\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296566209\",\"label_ar\":\"رقم ترخيص مزاولة المهنة\",\"label_en\":\"Profession license number\",\"db_field_name\":\"licenseren_professionlicenseno\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296566209\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Profession license number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم ترخيص مزاولة المهنة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296567849\",\"label_ar\":\"تاريخ اصدارها\",\"label_en\":\"Issue date\",\"db_field_name\":\"licenseren_issuedate\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296567849\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter Issue date\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ اصدارها\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296962255\",\"label_ar\":\"كشف الموزعين\",\"label_en\":\"Distributors List\",\"db_field_name\":\"licenseren_distributorslist\",\"field_order\":5,\"field_type\":\"file_upload\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296962255\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"jpg,pdf,doc,docx\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1603292441\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"بيانات المنشأه\">\n            <h5>\n                <div>\n                    <label class=\"name\">New Section</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Enterprise Name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296080280\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296080280\" label_en=\"Enterprise Name\" label_ar=\"اسم المنشأه الصحية\" database_name=\"enterprisename\" default_value=\"\" placeholder_en=\"Please enter Enterprise Name\" placeholder_ar=\"من فضلك أدخل اسم المنشأه الصحية\" placeholder=\"Please enter Enterprise Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Enterprise Owner Name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296081331\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296081331\" label_en=\"Enterprise Owner Name\" label_ar=\"اسم مالك المنشأه\" database_name=\"enterpriseownername\" default_value=\"\" placeholder_en=\"Please enter Enterprise Owner Name\" placeholder_ar=\"من فضلك أدخل اسم مالك المنشأه\" placeholder=\"Please enter Enterprise Owner Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Address</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296082566\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296082566\" label_en=\"Address\" label_ar=\"عنوان المكان\" database_name=\"address\" default_value=\"\" placeholder_en=\"Please enter Address\" placeholder_ar=\"من فضلك أدخل عنوان المكان\" placeholder=\"Please enter Address\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Activity Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296086698\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296086698\" label_en=\"Activity Type\" label_ar=\"نوع النشاط\" database_name=\"activitytype\" default_value=\"\" placeholder_en=\"Please enter Activity Type\" placeholder_ar=\"من فضلك أدخل نوع النشاط\" placeholder=\"Please enter Activity Type\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">License number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296088065\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296088065\" label_en=\"License number\" label_ar=\"رقم الترخيص\" database_name=\"licensenumber\" default_value=\"\" placeholder_en=\"Please enter License number\" placeholder_ar=\"من فضلك أدخل رقم الترخيص\" placeholder=\"Please enter License number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Phone</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296089065\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296089065\" label_en=\"Phone\" label_ar=\"رقم التلفون\" database_name=\"phone\" default_value=\"\" placeholder_en=\"Please enter Phone\" placeholder_ar=\"من فضلك أدخل رقم التلفون\" placeholder=\"Please enter Phone\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li>\n    <section class=\"form_section container\" id=\"1603292884\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"بيانات طالب الترخيص\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Applicant Name</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296367344\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296367344\" label_en=\"Applicant Name\" label_ar=\"اسم طالب الترخيص\" database_name=\"applicantname\" default_value=\"\" placeholder_en=\"Please enter Applicant Name\" placeholder_ar=\"من فضلك أدخل اسم طالب الترخيص\" placeholder=\"Please enter Applicant Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Applicant Phone</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296369058\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296369058\" label_en=\"Applicant Phone\" label_ar=\"رقم تلفونه\" database_name=\"applicantphone\" default_value=\"\" placeholder_en=\"Please enter Applicant Phone\" placeholder_ar=\"من فضلك أدخل رقم تلفونه\" placeholder=\"Please enter Applicant Phone\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">described</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296370643\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296370643\" label_en=\"described\" label_ar=\"صفته\" database_name=\"described\" default_value=\"\" placeholder_en=\"Please enter described\" placeholder_ar=\"من فضلك أدخل صفته\" placeholder=\"Please enter described\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1603296355480\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" section_title_ar=\"بيانات المسؤول الفني\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Technical Director</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296562576\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296562576\" label_en=\"Technical Director\" label_ar=\"المدير الفني\" database_name=\"technicaldirector\" default_value=\"\" placeholder_en=\"Please enter Technical Director\" placeholder_ar=\"من فضلك أدخل المدير الفني\" placeholder=\"Please enter Technical Director\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 334px;\"><label class=\"control-label\">Qualification</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603296725228\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1603296725228\" label_en=\"Qualification\" label_ar=\"المؤهل العملي\" database_name=\"qualification\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>1</td><td>diploma</td><td>دبلوم</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>2</td><td>Bachelor</td><td>بكالوريوس</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>3</td><td>Master</td><td>ماجستير</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>4</td><td>Phd</td><td>دكتوراة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"1\">diploma - دبلوم<!--<label--></option><option value=\"2\">Bachelor - بكالوريوس<!--<label--></option><option value=\"3\">Master - ماجستير<!--<label--></option><option value=\"4\">Phd - دكتوراة<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Profession license number</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296566209\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296566209\" label_en=\"Profession license number\" label_ar=\"رقم ترخيص مزاولة المهنة\" database_name=\"professionlicenseno\" default_value=\"\" placeholder_en=\"Please enter Profession license number\" placeholder_ar=\"من فضلك أدخل رقم ترخيص مزاولة المهنة\" placeholder=\"Please enter Profession license number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Issue date</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296567849\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296567849\" label_en=\"Issue date\" label_ar=\"تاريخ اصدارها\" database_name=\"issuedate\" default_value=\"\" placeholder_en=\"Please enter Issue date\" placeholder_ar=\"من فضلك أدخل تاريخ اصدارها\" placeholder=\"Please enter Issue date\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Date\" from_date=\"\" to_date=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Distributors List</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"file\" id=\"1603296962255\" input-type=\"file_upload\" class=\"form-control show_popup_file_upload toggle_preview_show_popup_file_upload field_attr\" onclick=\"return false;\" field_size=\"col-sm-3\" item_id=\"1603296962255\" label_en=\"Distributors List\" label_ar=\"كشف الموزعين\" database_name=\"distributorslist\" max_file_size=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" file_type=\"jpg,pdf,doc,docx\" is_required=\"0\"></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2020-10-21 12:00:41', 1, NULL, NULL, '2020-10-21 12:17:12', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(16, 1, 7, 0, 1, 'طلب الحصول على بطاقة هوية', 'Request for an identity card', 'طلب الحصول على بطاقة هوية', 'Request for an identity card', '1', 'requestforanidentity', '[{\"form_id_fk\":\"16\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603296354\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603300172409\",\"label_ar\":\"نوع الهوية\",\"label_en\":\"Identity type\",\"db_field_name\":\"requestfor_identitytype\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300172409\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-6\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"first - أولي\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"dameged - باليه\\\"},{\\\"id\\\":\\\"3\\\",\\\"text\\\":\\\"Missing - مفقودة\\\"},{\\\"id\\\":\\\"4\\\",\\\"text\\\":\\\"Renewal due to changing marital status - تجديد بسبب تغيير الحالة الإجتماعية\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300177957\",\"label_ar\":\"رقم الكنترول\",\"label_en\":\"Control Number\",\"db_field_name\":\"requestfor_controlnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300177957\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Control Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الكنترول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-6\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300200940\",\"label_ar\":\"الاسم الشخصي\",\"label_en\":\"Name\",\"db_field_name\":\"requestfor_namee\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300200940\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم الشخصي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300210103\",\"label_ar\":\"اسـم الأب\",\"label_en\":\"Father\'s name\",\"db_field_name\":\"requestfor_fathersname\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300210103\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Father\'s name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسـم الأب\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300222057\",\"label_ar\":\"اسـم الجــد\",\"label_en\":\"Grandfather\'s name\",\"db_field_name\":\"requestfor_grandfathername\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300222057\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Grandfather\'s name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسـم الجــد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300223560\",\"label_ar\":\"اسم العائلة\",\"label_en\":\"family name\",\"db_field_name\":\"requestfor_familyname\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300223560\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter family name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم العائلة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300254873\",\"label_ar\":\"اسم العـــائلة الســابق\",\"label_en\":\"Previous last name\",\"db_field_name\":\"requestfor_previouslastname\",\"field_order\":7,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300254873\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Previous last name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم العـــائلة الســابق\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300256674\",\"label_ar\":\"اسم الام\",\"label_en\":\"Mother\'s name\",\"db_field_name\":\"requestfor_mothersname\",\"field_order\":8,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300256674\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Mother\'s name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم الام\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603301032998\",\"label_ar\":\"الجنس\",\"label_en\":\"Gender\",\"db_field_name\":\"requestfor_gender\",\"field_order\":9,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603301032998\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"126\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344359703\",\"label_ar\":\"الديانة\",\"label_en\":\"Religion\",\"db_field_name\":\"requestfor_religion\",\"field_order\":10,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344359703\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"129\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344410714\",\"label_ar\":\"تاريخ الميلاد\",\"label_en\":\"Date of Birth\",\"db_field_name\":\"requestfor_dateofbirth\",\"field_order\":11,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344410714\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter Date of Birth\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الميلاد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344660596\",\"label_ar\":\"الحالة الاجتماعية\",\"label_en\":\"Marital status\",\"db_field_name\":\"requestfor_maritalstatus\",\"field_order\":12,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344660596\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"132\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344715516\",\"label_ar\":\"مكان الميلاد\",\"label_en\":\"Place of Birth\",\"db_field_name\":\"requestfor_placeofbirth\",\"field_order\":13,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344715516\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"1\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"16\",\"title_ar\":\"عنوان السكن الحالي\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603341383\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603344807009\",\"label_ar\":\"المحافظة\",\"label_en\":\"Governorate\",\"db_field_name\":\"requestfor_governorate\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344807009\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"105\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344997708\",\"label_ar\":\"المدينة / القرية / المخيم\",\"label_en\":\"city village\",\"db_field_name\":\"requestfor_cityvillage\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344997708\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"nested\",\"lookup_attributes\":\"\\\"1603344807009\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345055807\",\"label_ar\":\"الحي / الشارع\",\"label_en\":\"Neighborhood / Street\",\"db_field_name\":\"requestfor_neighborhoostreet\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345055807\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Neighborhood / Street\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الحي / الشارع\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345098289\",\"label_ar\":\"رقم المنزل\",\"label_en\":\"House No\",\"db_field_name\":\"requestfor_houseno\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345098289\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter House No\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم المنزل\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345119873\",\"label_ar\":\"رقم الهاتف\",\"label_en\":\"Phone\",\"db_field_name\":\"requestfor_phone\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345119873\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Phone\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهاتف\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345124692\",\"label_ar\":\"رقم الجوال\",\"label_en\":\"Mobile\",\"db_field_name\":\"requestfor_mobile\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345124692\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Mobile\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الجوال\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"16\",\"title_ar\":\"بيانات الزوج / الزوجة\",\"title_en\":\"New Grid\",\"block_order\":3,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603347554\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1603351131117\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"idno\",\"db_field_name\":\"requestfor_idno\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351131117\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter idno\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351185695\",\"label_ar\":\"الاسم رباعي\",\"label_en\":\"fullname\",\"db_field_name\":\"requestfor_fullname\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351185695\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter fullname\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم رباعي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351298820\",\"label_ar\":\"رقم التصريح\",\"label_en\":\"Permit number\",\"db_field_name\":\"requestfor_permitnumber\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351298820\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Permit number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم التصريح\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351320076\",\"label_ar\":\"رقم الجواز\",\"label_en\":\"Passport number\",\"db_field_name\":\"requestfor_passportnumber\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351320076\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Passport number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الجواز\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351359878\",\"label_ar\":\"نوع الجواز\",\"label_en\":\"passport type\",\"db_field_name\":\"requestfor_passporttype\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351359878\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"n - عادي\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"d - دبلوماسي\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351351644\",\"label_ar\":\"اسم العائلة السابق\",\"label_en\":\"Previous family Name\",\"db_field_name\":\"requestfor_previousfamilyname\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351351644\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Previous family Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم العائلة السابق\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"16\",\"title_ar\":\"بيانات الابناء تحت سن 16 سنة\",\"title_en\":\"New Grid\",\"block_order\":4,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603351545067\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1603351545031\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"idno\",\"db_field_name\":\"requestfor_idnocopy\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351545031\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter idno\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351544778\",\"label_ar\":\"الاسم رباعي\",\"label_en\":\"fullname\",\"db_field_name\":\"requestfor_fullnamecopy\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351544778\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter fullname\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم رباعي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351571795\",\"label_ar\":\"الجنس\",\"label_en\":\"Gender\",\"db_field_name\":\"requestfor_genderr\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351571795\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"126\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351545579\",\"label_ar\":\"تاريخ الميلاد\",\"label_en\":\"date of birth\",\"db_field_name\":\"requestfor_dateofbirthcopy\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351545579\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter date of birth\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الميلاد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"16\",\"title_ar\":\"المرفقات\",\"title_en\":\"New Section\",\"block_order\":5,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603348569\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603351793160\",\"label_ar\":\"الصورة الشخصية\",\"label_en\":\"Personal Picture\",\"db_field_name\":\"requestfor_personalpicture\",\"field_order\":1,\"field_type\":\"file_upload\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351793160\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"jpg,png\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351794608\",\"label_ar\":\"مرفقات أخرى\",\"label_en\":\"attachment\",\"db_field_name\":\"requestfor_attachment\",\"field_order\":2,\"field_type\":\"file_upload\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351794608\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"jpg,png\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1603296354\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: 454.014px;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 570px;\"><label class=\"control-label\">Identity type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603300172409\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-6\" item_id=\"1603300172409\" label_en=\"Identity type\" label_ar=\"نوع الهوية\" database_name=\"identitytype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>1</td><td>first</td><td>أولي</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>2</td><td>dameged</td><td>باليه</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>3</td><td>Missing</td><td>مفقودة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>4</td><td>Renewal due to changing marital status</td><td>تجديد بسبب تغيير الحالة الإجتماعية</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"1\">first - أولي<!--<label--></option><option value=\"2\">dameged - باليه<!--<label--></option><option value=\"3\">Missing - مفقودة<!--<label--></option><option value=\"4\">Renewal due to changing marital status - تجديد بسبب تغيير الحالة الإجتماعية<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 560px;\"><label class=\"control-label\">Control Number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300177957\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-6\" item_id=\"1603300177957\" label_en=\"Control Number\" label_ar=\"رقم الكنترول\" database_name=\"controlnumber\" default_value=\"\" placeholder_en=\"Please enter Control Number\" placeholder_ar=\"من فضلك أدخل رقم الكنترول\" placeholder=\"Please enter Control Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 288px;\"><label class=\"control-label\">Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300200940\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300200940\" label_en=\"Name\" label_ar=\"الاسم الشخصي\" database_name=\"namee\" default_value=\"\" placeholder_en=\"Please enter Name\" placeholder_ar=\"من فضلك أدخل الاسم الشخصي\" placeholder=\"Please enter Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 286px;\"><label class=\"control-label\">Father\'s name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300210103\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300210103\" label_en=\"Father\'s name\" label_ar=\"اسـم الأب\" database_name=\"fathersname\" default_value=\"\" placeholder_en=\"Please enter Father\'s name\" placeholder_ar=\"من فضلك أدخل اسـم الأب\" placeholder=\"Please enter Father\'s name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 304px;\"><label class=\"control-label\">Grandfather\'s name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300222057\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300222057\" label_en=\"Grandfather\'s name\" label_ar=\"اسـم الجــد\" database_name=\"grandfathername\" default_value=\"\" placeholder_en=\"Please enter Grandfather\'s name\" placeholder_ar=\"من فضلك أدخل اسـم الجــد\" placeholder=\"Please enter Grandfather\'s name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 250px;\"><label class=\"control-label\">family name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300223560\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300223560\" label_en=\"family name\" label_ar=\"اسم العائلة\" database_name=\"familyname\" default_value=\"\" placeholder_en=\"Please enter family name\" placeholder_ar=\"من فضلك أدخل اسم العائلة\" placeholder=\"Please enter family name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 291px;\"><label class=\"control-label\">Previous last name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300254873\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300254873\" label_en=\"Previous last name\" label_ar=\"اسم العـــائلة الســابق\" database_name=\"previouslastname\" default_value=\"\" placeholder_en=\"Please enter Previous last name\" placeholder_ar=\"من فضلك أدخل اسم العـــائلة الســابق\" placeholder=\"Please enter Previous last name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 285px;\"><label class=\"control-label\">Mother\'s name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300256674\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300256674\" label_en=\"Mother\'s name\" label_ar=\"اسم الام\" database_name=\"mothersname\" default_value=\"\" placeholder_en=\"Please enter Mother\'s name\" placeholder_ar=\"من فضلك أدخل اسم الام\" placeholder=\"Please enter Mother\'s name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 304px;\"><label class=\"control-label\">Gender</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603301032998\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603301032998\" label_en=\"Gender\" label_ar=\"الجنس\" database_name=\"gender\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"126\" is_required=\"0\"><option value=\"127\">Male - ذكر<!--<label--></option><option value=\"128\">Femel - أنثى<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 250px;\"><label class=\"control-label\">Religion</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344359703\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603344359703\" label_en=\"Religion\" label_ar=\"الديانة\" database_name=\"religion\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"129\" is_required=\"1\"><option value=\"130\">Muslim - مسلم<!--<label--></option><option value=\"131\">Christian - مسيحي<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Date of Birth</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603344410714\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603344410714\" label_en=\"Date of Birth\" label_ar=\"تاريخ الميلاد\" database_name=\"dateofbirth\" default_value=\"\" placeholder_en=\"Please enter Date of Birth\" placeholder_ar=\"من فضلك أدخل تاريخ الميلاد\" placeholder=\"Please enter Date of Birth\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Date\" from_date=\"\" to_date=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Marital status</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344660596\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1603344660596\" label_en=\"Marital status\" label_ar=\"الحالة الاجتماعية\" database_name=\"maritalstatus\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"132\" is_required=\"1\"><option value=\"133\">Married - متزوجـ / ـة<!--<label--></option><option value=\"134\">Single - أعزب<!--<label--></option><option value=\"135\">Divorcee - مطلقـ / ـة<!--<label--></option><option value=\"136\">Widower - أرملـ / ـة<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Place of Birth</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1603344715516\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"1\" style=\"resize:none;\" field_size=\"col-sm-3\" item_id=\"1603344715516\" label_en=\"Place of Birth\" label_ar=\"مكان الميلاد\" database_name=\"placeofbirth\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1603341383\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" section_title_ar=\"عنوان السكن الحالي\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 284px;\"><label class=\"control-label\">Governorate</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344807009\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603344807009\" label_en=\"Governorate\" label_ar=\"المحافظة\" database_name=\"governorate\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"105\" is_required=\"1\"><option value=\"106\">Ramallah - رام الله<!--<label--></option><option value=\"107\">Nablus - نابلس<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 277px;\"><label class=\"control-label\">city village</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344997708\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603344997708\" label_en=\"city village\" label_ar=\"المدينة / القرية / المخيم\" database_name=\"cityvillage\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" depend_on_id_of_nested_lookup_select_option=\"1603344807009\" is_required=\"1\"><option value=\"\">Depends on \"Governorate\" Source..</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 314px;\"><label class=\"control-label\">Neighborhood / Street</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345055807\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345055807\" label_en=\"Neighborhood / Street\" label_ar=\"الحي / الشارع\" database_name=\"neighborhoostreet\" default_value=\"\" placeholder_en=\"Please enter Neighborhood / Street\" placeholder_ar=\"من فضلك أدخل الحي / الشارع\" placeholder=\"Please enter Neighborhood / Street\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 285px;\"><label class=\"control-label\">House No</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345098289\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345098289\" label_en=\"House No\" label_ar=\"رقم المنزل\" database_name=\"houseno\" default_value=\"\" placeholder_en=\"Please enter House No\" placeholder_ar=\"من فضلك أدخل رقم المنزل\" placeholder=\"Please enter House No\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 278px;\"><label class=\"control-label\">Phone</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345119873\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345119873\" label_en=\"Phone\" label_ar=\"رقم الهاتف\" database_name=\"phone\" default_value=\"\" placeholder_en=\"Please enter Phone\" placeholder_ar=\"من فضلك أدخل رقم الهاتف\" placeholder=\"Please enter Phone\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Mobile</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345124692\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345124692\" label_en=\"Mobile\" label_ar=\"رقم الجوال\" database_name=\"mobile\" default_value=\"\" placeholder_en=\"Please enter Mobile\" placeholder_ar=\"من فضلك أدخل رقم الجوال\" placeholder=\"Please enter Mobile\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1603347554\" background_color=\"#f6f6f6\" section_title_en=\"New Grid\" is_grid=\"1\" section_title_ar=\"بيانات الزوج / الزوجة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1603347494\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 4 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 5 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 6 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 168px;\"><label class=\"control-label\">idno</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351131117\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351131117\" label_en=\"idno\" label_ar=\"رقم الهوية\" database_name=\"idno\" default_value=\"\" placeholder_en=\"Please enter idno\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter idno\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 199px;\"><label class=\"control-label\">fullname</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351185695\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351185695\" label_en=\"fullname\" label_ar=\"الاسم رباعي\" database_name=\"fullname\" default_value=\"\" placeholder_en=\"Please enter fullname\" placeholder_ar=\"من فضلك أدخل الاسم رباعي\" placeholder=\"Please enter fullname\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 164px;\"><label class=\"control-label\">Permit number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351298820\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351298820\" label_en=\"Permit number\" label_ar=\"رقم التصريح\" database_name=\"permitnumber\" default_value=\"\" placeholder_en=\"Please enter Permit number\" placeholder_ar=\"من فضلك أدخل رقم التصريح\" placeholder=\"Please enter Permit number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 175px;\"><label class=\"control-label\">Passport number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351320076\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351320076\" label_en=\"Passport number\" label_ar=\"رقم الجواز\" database_name=\"passportnumber\" default_value=\"\" placeholder_en=\"Please enter Passport number\" placeholder_ar=\"من فضلك أدخل رقم الجواز\" placeholder=\"Please enter Passport number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">passport type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603351359878\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1603351359878\" label_en=\"passport type\" label_ar=\"نوع الجواز\" database_name=\"passporttype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>1</td><td>n</td><td>عادي</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>2</td><td>d</td><td>دبلوماسي</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"0\"><option value=\"1\">n - عادي<!--<label--></option><option value=\"2\">d - دبلوماسي<!--<label--></option></select></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 132px;\"><label class=\"control-label\">Previous family Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351351644\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-1\" item_id=\"1603351351644\" label_en=\"Previous family Name\" label_ar=\"اسم العائلة السابق\" database_name=\"previousfamilyname\" default_value=\"\" placeholder_en=\"Please enter Previous family Name\" placeholder_ar=\"من فضلك أدخل اسم العائلة السابق\" placeholder=\"Please enter Previous family Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1603351545067\" background_color=\"#f6f6f6\" section_title_en=\"New Grid\" is_grid=\"1\" section_title_ar=\"بيانات الابناء تحت سن 16 سنة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1603351544926\" item_id=\"1603351544926\" database_name=\"undefinedcopy\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1603351544795\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 4 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 168px;\"><label class=\"control-label\">idno</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351545031\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351545031\" label_en=\"idno\" label_ar=\"رقم الهوية\" database_name=\"idnocopy\" default_value=\"\" placeholder_en=\"Please enter idno\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter idno\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 199px;\"><label class=\"control-label\">fullname</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351544778\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351544778\" label_en=\"fullname\" label_ar=\"الاسم رباعي\" database_name=\"fullnamecopy\" default_value=\"\" placeholder_en=\"Please enter fullname\" placeholder_ar=\"من فضلك أدخل الاسم رباعي\" placeholder=\"Please enter fullname\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Gender</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603351571795\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1603351571795\" label_en=\"Gender\" label_ar=\"الجنس\" database_name=\"genderr\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"126\" is_required=\"0\"><option value=\"127\">Male - ذكر<!--<label--></option><option value=\"128\">Femel - أنثى<!--<label--></option></select></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 175px;\"><label class=\"control-label\">date of birth</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351545579\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351545579\" label_en=\"date of birth\" label_ar=\"تاريخ الميلاد\" database_name=\"dateofbirthcopy\" default_value=\"\" placeholder_en=\"Please enter date of birth\" placeholder_ar=\"من فضلك أدخل تاريخ الميلاد\" placeholder=\"Please enter date of birth\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Date\" maxlength=\"100\" from_date=\"\" to_date=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1603348569\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" section_title_ar=\"المرفقات\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Personal Picture</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"file\" id=\"1603351793160\" input-type=\"file_upload\" class=\"form-control show_popup_file_upload toggle_preview_show_popup_file_upload field_attr\" onclick=\"return false;\" field_size=\"col-sm-3\" item_id=\"1603351793160\" label_en=\"Personal Picture\" label_ar=\"الصورة الشخصية\" database_name=\"personalpicture\" max_file_size=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" file_type=\"jpg,png\" is_required=\"0\"></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">attachment</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"file\" id=\"1603351794608\" input-type=\"file_upload\" class=\"form-control show_popup_file_upload toggle_preview_show_popup_file_upload field_attr\" onclick=\"return false;\" field_size=\"col-sm-3\" item_id=\"1603351794608\" label_en=\"attachment\" label_ar=\"مرفقات أخرى\" database_name=\"attachment\" max_file_size=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" file_type=\"jpg,png\" is_required=\"0\"></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>', 1, '2020-10-21 13:05:54', 1, NULL, NULL, '2020-10-22 03:34:10', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(17, 1, 7, 16, 2, 'طلب الحصول على بطاقة هوية', 'Request for an identity card', 'طلب الحصول على بطاقة هوية', 'Request for an identity card', '1', 'requestforanidentity', '[{\"form_id_fk\":\"17\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603296354\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603300172409\",\"label_ar\":\"نوع الهوية\",\"label_en\":\"Identity type\",\"db_field_name\":\"requestfor_identitytype\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300172409\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-6\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"first - أولي\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"dameged - باليه\\\"},{\\\"id\\\":\\\"3\\\",\\\"text\\\":\\\"Missing - مفقودة\\\"},{\\\"id\\\":\\\"4\\\",\\\"text\\\":\\\"Renewal due to changing marital status - تجديد بسبب تغيير الحالة الإجتماعية\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300177957\",\"label_ar\":\"رقم الكنترول\",\"label_en\":\"Control Number\",\"db_field_name\":\"requestfor_controlnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300177957\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Control Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الكنترول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-6\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300200940\",\"label_ar\":\"الاسم الشخصي\",\"label_en\":\"Name\",\"db_field_name\":\"requestfor_namee\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300200940\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم الشخصي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300210103\",\"label_ar\":\"اسـم الأب\",\"label_en\":\"Father\'s name\",\"db_field_name\":\"requestfor_fathersname\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300210103\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Father\'s name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسـم الأب\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300222057\",\"label_ar\":\"اسـم الجــد\",\"label_en\":\"Grandfather\'s name\",\"db_field_name\":\"requestfor_grandfathername\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300222057\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Grandfather\'s name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسـم الجــد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300223560\",\"label_ar\":\"اسم العائلة\",\"label_en\":\"family name\",\"db_field_name\":\"requestfor_familyname\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300223560\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter family name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم العائلة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300254873\",\"label_ar\":\"اسم العـــائلة الســابق\",\"label_en\":\"Previous last name\",\"db_field_name\":\"requestfor_previouslastname\",\"field_order\":7,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300254873\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Previous last name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم العـــائلة الســابق\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300256674\",\"label_ar\":\"اسم الام\",\"label_en\":\"Mother\'s name\",\"db_field_name\":\"requestfor_mothersname\",\"field_order\":8,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300256674\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Mother\'s name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم الام\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603301032998\",\"label_ar\":\"الجنس\",\"label_en\":\"Gender\",\"db_field_name\":\"requestfor_gender\",\"field_order\":9,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603301032998\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"126\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344359703\",\"label_ar\":\"الديانة\",\"label_en\":\"Religion\",\"db_field_name\":\"requestfor_religion\",\"field_order\":10,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344359703\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"129\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344410714\",\"label_ar\":\"تاريخ الميلاد\",\"label_en\":\"Date of Birth\",\"db_field_name\":\"requestfor_dateofbirth\",\"field_order\":11,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344410714\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter Date of Birth\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الميلاد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344660596\",\"label_ar\":\"الحالة الاجتماعية\",\"label_en\":\"Marital status\",\"db_field_name\":\"requestfor_maritalstatus\",\"field_order\":12,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344660596\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"132\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344715516\",\"label_ar\":\"مكان الميلاد\",\"label_en\":\"Place of Birth\",\"db_field_name\":\"requestfor_placeofbirth\",\"field_order\":13,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344715516\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"1\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"17\",\"title_ar\":\"عنوان السكن الحالي\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603341383\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603344807009\",\"label_ar\":\"المحافظة\",\"label_en\":\"Governorate\",\"db_field_name\":\"requestfor_governorate\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344807009\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"105\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344997708\",\"label_ar\":\"المدينة / القرية / المخيم\",\"label_en\":\"city village\",\"db_field_name\":\"requestfor_cityvillage\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344997708\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"nested\",\"lookup_attributes\":\"\\\"1603344807009\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345055807\",\"label_ar\":\"الحي / الشارع\",\"label_en\":\"Neighborhood / Street\",\"db_field_name\":\"requestfor_neighborhoostreet\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345055807\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Neighborhood / Street\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الحي / الشارع\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345098289\",\"label_ar\":\"رقم المنزل\",\"label_en\":\"House No\",\"db_field_name\":\"requestfor_houseno\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345098289\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter House No\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم المنزل\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345119873\",\"label_ar\":\"رقم الهاتف\",\"label_en\":\"Phone\",\"db_field_name\":\"requestfor_phone\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345119873\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Phone\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهاتف\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345124692\",\"label_ar\":\"رقم الجوال\",\"label_en\":\"Mobile\",\"db_field_name\":\"requestfor_mobile\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345124692\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Mobile\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الجوال\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"17\",\"title_ar\":\"بيانات الزوج / الزوجة\",\"title_en\":\"New Grid\",\"block_order\":3,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603347554\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1603351131117\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"idno\",\"db_field_name\":\"requestfor_idno\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351131117\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter idno\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351185695\",\"label_ar\":\"الاسم رباعي\",\"label_en\":\"fullname\",\"db_field_name\":\"requestfor_fullname\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351185695\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter fullname\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم رباعي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351298820\",\"label_ar\":\"رقم التصريح\",\"label_en\":\"Permit number\",\"db_field_name\":\"requestfor_permitnumber\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351298820\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Permit number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم التصريح\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351320076\",\"label_ar\":\"رقم الجواز\",\"label_en\":\"Passport number\",\"db_field_name\":\"requestfor_passportnumber\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351320076\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Passport number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الجواز\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351359878\",\"label_ar\":\"نوع الجواز\",\"label_en\":\"passport type\",\"db_field_name\":\"requestfor_passporttype\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351359878\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"n - عادي\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"d - دبلوماسي\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351351644\",\"label_ar\":\"اسم العائلة السابق\",\"label_en\":\"Previous family Name\",\"db_field_name\":\"requestfor_previousfamilyname\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351351644\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Previous family Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم العائلة السابق\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"17\",\"title_ar\":\"بيانات الابناء تحت سن 16 سنة\",\"title_en\":\"New Grid\",\"block_order\":4,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603351545067\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1603351545031\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"idno\",\"db_field_name\":\"requestfor_idnocopy\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351545031\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter idno\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351544778\",\"label_ar\":\"الاسم رباعي\",\"label_en\":\"fullname\",\"db_field_name\":\"requestfor_fullnamecopy\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351544778\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter fullname\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم رباعي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351571795\",\"label_ar\":\"الجنس\",\"label_en\":\"Gender\",\"db_field_name\":\"requestfor_genderr\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351571795\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"126\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351545579\",\"label_ar\":\"تاريخ الميلاد\",\"label_en\":\"date of birth\",\"db_field_name\":\"requestfor_dateofbirthcopy\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351545579\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter date of birth\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الميلاد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"17\",\"title_ar\":\"المرفقات\",\"title_en\":\"New Section\",\"block_order\":5,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603348569\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603351793160\",\"label_ar\":\"الصورة الشخصية\",\"label_en\":\"Personal Picture\",\"db_field_name\":\"requestfor_personalpicture\",\"field_order\":1,\"field_type\":\"file_upload\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351793160\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"jpg,png\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351794608\",\"label_ar\":\"مرفقات أخرى\",\"label_en\":\"attachment\",\"db_field_name\":\"requestfor_attachment\",\"field_order\":2,\"field_type\":\"file_upload\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351794608\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"jpg,png\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1603296354\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: 454.014px;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 570px;\"><label class=\"control-label\">Identity type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603300172409\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-6\" item_id=\"1603300172409\" label_en=\"Identity type\" label_ar=\"نوع الهوية\" database_name=\"identitytype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>1</td><td>first</td><td>أولي</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>2</td><td>dameged</td><td>باليه</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>3</td><td>Missing</td><td>مفقودة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>4</td><td>Renewal due to changing marital status</td><td>تجديد بسبب تغيير الحالة الإجتماعية</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"1\">first - أولي<!--<label--></option><option value=\"2\">dameged - باليه<!--<label--></option><option value=\"3\">Missing - مفقودة<!--<label--></option><option value=\"4\">Renewal due to changing marital status - تجديد بسبب تغيير الحالة الإجتماعية<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 560px;\"><label class=\"control-label\">Control Number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300177957\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-6\" item_id=\"1603300177957\" label_en=\"Control Number\" label_ar=\"رقم الكنترول\" database_name=\"controlnumber\" default_value=\"\" placeholder_en=\"Please enter Control Number\" placeholder_ar=\"من فضلك أدخل رقم الكنترول\" placeholder=\"Please enter Control Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 288px;\"><label class=\"control-label\">Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300200940\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300200940\" label_en=\"Name\" label_ar=\"الاسم الشخصي\" database_name=\"namee\" default_value=\"\" placeholder_en=\"Please enter Name\" placeholder_ar=\"من فضلك أدخل الاسم الشخصي\" placeholder=\"Please enter Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 286px;\"><label class=\"control-label\">Father\'s name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300210103\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300210103\" label_en=\"Father\'s name\" label_ar=\"اسـم الأب\" database_name=\"fathersname\" default_value=\"\" placeholder_en=\"Please enter Father\'s name\" placeholder_ar=\"من فضلك أدخل اسـم الأب\" placeholder=\"Please enter Father\'s name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 304px;\"><label class=\"control-label\">Grandfather\'s name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300222057\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300222057\" label_en=\"Grandfather\'s name\" label_ar=\"اسـم الجــد\" database_name=\"grandfathername\" default_value=\"\" placeholder_en=\"Please enter Grandfather\'s name\" placeholder_ar=\"من فضلك أدخل اسـم الجــد\" placeholder=\"Please enter Grandfather\'s name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 250px;\"><label class=\"control-label\">family name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300223560\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300223560\" label_en=\"family name\" label_ar=\"اسم العائلة\" database_name=\"familyname\" default_value=\"\" placeholder_en=\"Please enter family name\" placeholder_ar=\"من فضلك أدخل اسم العائلة\" placeholder=\"Please enter family name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 291px;\"><label class=\"control-label\">Previous last name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300254873\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300254873\" label_en=\"Previous last name\" label_ar=\"اسم العـــائلة الســابق\" database_name=\"previouslastname\" default_value=\"\" placeholder_en=\"Please enter Previous last name\" placeholder_ar=\"من فضلك أدخل اسم العـــائلة الســابق\" placeholder=\"Please enter Previous last name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 285px;\"><label class=\"control-label\">Mother\'s name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300256674\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300256674\" label_en=\"Mother\'s name\" label_ar=\"اسم الام\" database_name=\"mothersname\" default_value=\"\" placeholder_en=\"Please enter Mother\'s name\" placeholder_ar=\"من فضلك أدخل اسم الام\" placeholder=\"Please enter Mother\'s name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 304px;\"><label class=\"control-label\">Gender</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603301032998\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603301032998\" label_en=\"Gender\" label_ar=\"الجنس\" database_name=\"gender\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"126\" is_required=\"0\"><option value=\"127\">Male - ذكر<!--<label--></option><option value=\"128\">Femel - أنثى<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 250px;\"><label class=\"control-label\">Religion</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344359703\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603344359703\" label_en=\"Religion\" label_ar=\"الديانة\" database_name=\"religion\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"129\" is_required=\"1\"><option value=\"130\">Muslim - مسلم<!--<label--></option><option value=\"131\">Christian - مسيحي<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Date of Birth</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603344410714\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603344410714\" label_en=\"Date of Birth\" label_ar=\"تاريخ الميلاد\" database_name=\"dateofbirth\" default_value=\"\" placeholder_en=\"Please enter Date of Birth\" placeholder_ar=\"من فضلك أدخل تاريخ الميلاد\" placeholder=\"Please enter Date of Birth\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Date\" from_date=\"\" to_date=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Marital status</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344660596\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1603344660596\" label_en=\"Marital status\" label_ar=\"الحالة الاجتماعية\" database_name=\"maritalstatus\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"132\" is_required=\"1\"><option value=\"133\">Married - متزوجـ / ـة<!--<label--></option><option value=\"134\">Single - أعزب<!--<label--></option><option value=\"135\">Divorcee - مطلقـ / ـة<!--<label--></option><option value=\"136\">Widower - أرملـ / ـة<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Place of Birth</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1603344715516\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"1\" style=\"resize:none;\" field_size=\"col-sm-3\" item_id=\"1603344715516\" label_en=\"Place of Birth\" label_ar=\"مكان الميلاد\" database_name=\"placeofbirth\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1603341383\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" section_title_ar=\"عنوان السكن الحالي\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 284px;\"><label class=\"control-label\">Governorate</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344807009\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603344807009\" label_en=\"Governorate\" label_ar=\"المحافظة\" database_name=\"governorate\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"105\" is_required=\"1\"><option value=\"106\">Ramallah - رام الله<!--<label--></option><option value=\"107\">Nablus - نابلس<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 277px;\"><label class=\"control-label\">city village</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344997708\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603344997708\" label_en=\"city village\" label_ar=\"المدينة / القرية / المخيم\" database_name=\"cityvillage\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" depend_on_id_of_nested_lookup_select_option=\"1603344807009\" is_required=\"1\"><option value=\"\">Depends on \"Governorate\" Source..</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 314px;\"><label class=\"control-label\">Neighborhood / Street</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345055807\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345055807\" label_en=\"Neighborhood / Street\" label_ar=\"الحي / الشارع\" database_name=\"neighborhoostreet\" default_value=\"\" placeholder_en=\"Please enter Neighborhood / Street\" placeholder_ar=\"من فضلك أدخل الحي / الشارع\" placeholder=\"Please enter Neighborhood / Street\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 285px;\"><label class=\"control-label\">House No</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345098289\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345098289\" label_en=\"House No\" label_ar=\"رقم المنزل\" database_name=\"houseno\" default_value=\"\" placeholder_en=\"Please enter House No\" placeholder_ar=\"من فضلك أدخل رقم المنزل\" placeholder=\"Please enter House No\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 278px;\"><label class=\"control-label\">Phone</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345119873\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345119873\" label_en=\"Phone\" label_ar=\"رقم الهاتف\" database_name=\"phone\" default_value=\"\" placeholder_en=\"Please enter Phone\" placeholder_ar=\"من فضلك أدخل رقم الهاتف\" placeholder=\"Please enter Phone\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Mobile</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345124692\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345124692\" label_en=\"Mobile\" label_ar=\"رقم الجوال\" database_name=\"mobile\" default_value=\"\" placeholder_en=\"Please enter Mobile\" placeholder_ar=\"من فضلك أدخل رقم الجوال\" placeholder=\"Please enter Mobile\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1603347554\" background_color=\"#f6f6f6\" section_title_en=\"New Grid\" is_grid=\"1\" section_title_ar=\"بيانات الزوج / الزوجة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1603347494\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 4 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 5 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 6 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 168px;\"><label class=\"control-label\">idno</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351131117\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351131117\" label_en=\"idno\" label_ar=\"رقم الهوية\" database_name=\"idno\" default_value=\"\" placeholder_en=\"Please enter idno\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter idno\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 199px;\"><label class=\"control-label\">fullname</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351185695\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351185695\" label_en=\"fullname\" label_ar=\"الاسم رباعي\" database_name=\"fullname\" default_value=\"\" placeholder_en=\"Please enter fullname\" placeholder_ar=\"من فضلك أدخل الاسم رباعي\" placeholder=\"Please enter fullname\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 164px;\"><label class=\"control-label\">Permit number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351298820\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351298820\" label_en=\"Permit number\" label_ar=\"رقم التصريح\" database_name=\"permitnumber\" default_value=\"\" placeholder_en=\"Please enter Permit number\" placeholder_ar=\"من فضلك أدخل رقم التصريح\" placeholder=\"Please enter Permit number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 175px;\"><label class=\"control-label\">Passport number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351320076\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351320076\" label_en=\"Passport number\" label_ar=\"رقم الجواز\" database_name=\"passportnumber\" default_value=\"\" placeholder_en=\"Please enter Passport number\" placeholder_ar=\"من فضلك أدخل رقم الجواز\" placeholder=\"Please enter Passport number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 184px;\"><label class=\"control-label\">passport type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603351359878\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1603351359878\" label_en=\"passport type\" label_ar=\"نوع الجواز\" database_name=\"passporttype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>1</td><td>n</td><td>عادي</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>2</td><td>d</td><td>دبلوماسي</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"0\"><option value=\"1\">n - عادي<!--<label--></option><option value=\"2\">d - دبلوماسي<!--<label--></option></select></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 199px;\"><label class=\"control-label\">Previous family Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351351644\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351351644\" label_en=\"Previous family Name\" label_ar=\"اسم العائلة السابق\" database_name=\"previousfamilyname\" default_value=\"\" placeholder_en=\"Please enter Previous family Name\" placeholder_ar=\"من فضلك أدخل اسم العائلة السابق\" placeholder=\"Please enter Previous family Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1603351545067\" background_color=\"#f6f6f6\" section_title_en=\"New Grid\" is_grid=\"1\" section_title_ar=\"بيانات الابناء تحت سن 16 سنة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1603351544926\" item_id=\"1603351544926\" database_name=\"undefinedcopy\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1603351544795\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 4 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 168px;\"><label class=\"control-label\">idno</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351545031\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351545031\" label_en=\"idno\" label_ar=\"رقم الهوية\" database_name=\"idnocopy\" default_value=\"\" placeholder_en=\"Please enter idno\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter idno\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 199px;\"><label class=\"control-label\">fullname</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351544778\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351544778\" label_en=\"fullname\" label_ar=\"الاسم رباعي\" database_name=\"fullnamecopy\" default_value=\"\" placeholder_en=\"Please enter fullname\" placeholder_ar=\"من فضلك أدخل الاسم رباعي\" placeholder=\"Please enter fullname\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Gender</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603351571795\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1603351571795\" label_en=\"Gender\" label_ar=\"الجنس\" database_name=\"genderr\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"126\" is_required=\"0\"><option value=\"127\">Male - ذكر<!--<label--></option><option value=\"128\">Femel - أنثى<!--<label--></option></select></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 175px;\"><label class=\"control-label\">date of birth</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351545579\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351545579\" label_en=\"date of birth\" label_ar=\"تاريخ الميلاد\" database_name=\"dateofbirthcopy\" default_value=\"\" placeholder_en=\"Please enter date of birth\" placeholder_ar=\"من فضلك أدخل تاريخ الميلاد\" placeholder=\"Please enter date of birth\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Date\" maxlength=\"100\" from_date=\"\" to_date=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1603348569\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" section_title_ar=\"المرفقات\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Personal Picture</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"file\" id=\"1603351793160\" input-type=\"file_upload\" class=\"form-control show_popup_file_upload toggle_preview_show_popup_file_upload field_attr\" onclick=\"return false;\" field_size=\"col-sm-3\" item_id=\"1603351793160\" label_en=\"Personal Picture\" label_ar=\"الصورة الشخصية\" database_name=\"personalpicture\" max_file_size=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" file_type=\"jpg,png\" is_required=\"0\"></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">attachment</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"file\" id=\"1603351794608\" input-type=\"file_upload\" class=\"form-control show_popup_file_upload toggle_preview_show_popup_file_upload field_attr\" onclick=\"return false;\" field_size=\"col-sm-3\" item_id=\"1603351794608\" label_en=\"attachment\" label_ar=\"مرفقات أخرى\" database_name=\"attachment\" max_file_size=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" file_type=\"jpg,png\" is_required=\"0\"></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2020-10-22 05:50:24', 1, NULL, NULL, '2020-10-22 05:50:59', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(18, 1, 7, 17, 3, 'طلب الحصول على بطاقة هوية', 'Request for an identity card', 'طلب الحصول على بطاقة هوية', 'Request for an identity card', '1', 'requestforanidentity', '[{\"form_id_fk\":\"17\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603296354\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603300172409\",\"label_ar\":\"نوع الهوية\",\"label_en\":\"Identity type\",\"db_field_name\":\"requestfor_identitytype\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300172409\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-6\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"first - أولي\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"dameged - باليه\\\"},{\\\"id\\\":\\\"3\\\",\\\"text\\\":\\\"Missing - مفقودة\\\"},{\\\"id\\\":\\\"4\\\",\\\"text\\\":\\\"Renewal due to changing marital status - تجديد بسبب تغيير الحالة الإجتماعية\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300177957\",\"label_ar\":\"رقم الكنترول\",\"label_en\":\"Control Number\",\"db_field_name\":\"requestfor_controlnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300177957\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Control Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الكنترول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-6\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300200940\",\"label_ar\":\"الاسم الشخصي\",\"label_en\":\"Name\",\"db_field_name\":\"requestfor_namee\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300200940\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم الشخصي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300210103\",\"label_ar\":\"اسـم الأب\",\"label_en\":\"Father\'s name\",\"db_field_name\":\"requestfor_fathersname\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300210103\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Father\'s name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسـم الأب\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300222057\",\"label_ar\":\"اسـم الجــد\",\"label_en\":\"Grandfather\'s name\",\"db_field_name\":\"requestfor_grandfathername\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300222057\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Grandfather\'s name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسـم الجــد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300223560\",\"label_ar\":\"اسم العائلة\",\"label_en\":\"family name\",\"db_field_name\":\"requestfor_familyname\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300223560\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter family name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم العائلة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300254873\",\"label_ar\":\"اسم العـــائلة الســابق\",\"label_en\":\"Previous last name\",\"db_field_name\":\"requestfor_previouslastname\",\"field_order\":7,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300254873\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Previous last name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم العـــائلة الســابق\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603300256674\",\"label_ar\":\"اسم الام\",\"label_en\":\"Mother\'s name\",\"db_field_name\":\"requestfor_mothersname\",\"field_order\":8,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603300256674\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Mother\'s name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم الام\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603301032998\",\"label_ar\":\"الجنس\",\"label_en\":\"Gender\",\"db_field_name\":\"requestfor_gender\",\"field_order\":9,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603301032998\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"126\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344359703\",\"label_ar\":\"الديانة\",\"label_en\":\"Religion\",\"db_field_name\":\"requestfor_religion\",\"field_order\":10,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344359703\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"129\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344410714\",\"label_ar\":\"تاريخ الميلاد\",\"label_en\":\"Date of Birth\",\"db_field_name\":\"requestfor_dateofbirth\",\"field_order\":11,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344410714\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter Date of Birth\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الميلاد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344660596\",\"label_ar\":\"الحالة الاجتماعية\",\"label_en\":\"Marital status\",\"db_field_name\":\"requestfor_maritalstatus\",\"field_order\":12,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344660596\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"132\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344715516\",\"label_ar\":\"مكان الميلاد\",\"label_en\":\"Place of Birth\",\"db_field_name\":\"requestfor_placeofbirth\",\"field_order\":13,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344715516\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"1\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"17\",\"title_ar\":\"عنوان السكن الحالي\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603341383\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603344807009\",\"label_ar\":\"المحافظة\",\"label_en\":\"Governorate\",\"db_field_name\":\"requestfor_governorate\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344807009\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"105\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603344997708\",\"label_ar\":\"المدينة / القرية / المخيم\",\"label_en\":\"city village\",\"db_field_name\":\"requestfor_cityvillage\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603344997708\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"nested\",\"lookup_attributes\":\"\\\"1603344807009\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345055807\",\"label_ar\":\"الحي / الشارع\",\"label_en\":\"Neighborhood / Street\",\"db_field_name\":\"requestfor_neighborhoostreet\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345055807\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Neighborhood / Street\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الحي / الشارع\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345098289\",\"label_ar\":\"رقم المنزل\",\"label_en\":\"House No\",\"db_field_name\":\"requestfor_houseno\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345098289\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter House No\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم المنزل\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345119873\",\"label_ar\":\"رقم الهاتف\",\"label_en\":\"Phone\",\"db_field_name\":\"requestfor_phone\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345119873\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Phone\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهاتف\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603345124692\",\"label_ar\":\"رقم الجوال\",\"label_en\":\"Mobile\",\"db_field_name\":\"requestfor_mobile\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603345124692\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Mobile\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الجوال\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"17\",\"title_ar\":\"بيانات الزوج / الزوجة\",\"title_en\":\"New Grid\",\"block_order\":3,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603347554\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1603351131117\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"idno\",\"db_field_name\":\"requestfor_idno\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351131117\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter idno\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351185695\",\"label_ar\":\"الاسم رباعي\",\"label_en\":\"fullname\",\"db_field_name\":\"requestfor_fullname\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351185695\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter fullname\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم رباعي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351298820\",\"label_ar\":\"رقم التصريح\",\"label_en\":\"Permit number\",\"db_field_name\":\"requestfor_permitnumber\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351298820\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Permit number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم التصريح\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351320076\",\"label_ar\":\"رقم الجواز\",\"label_en\":\"Passport number\",\"db_field_name\":\"requestfor_passportnumber\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351320076\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Passport number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الجواز\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351359878\",\"label_ar\":\"نوع الجواز\",\"label_en\":\"passport type\",\"db_field_name\":\"requestfor_passporttype\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351359878\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"n - عادي\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"d - دبلوماسي\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351351644\",\"label_ar\":\"اسم العائلة السابق\",\"label_en\":\"Previous family Name\",\"db_field_name\":\"requestfor_previousfamilyname\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351351644\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Previous family Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم العائلة السابق\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"17\",\"title_ar\":\"بيانات الابناء تحت سن 16 سنة\",\"title_en\":\"New Grid\",\"block_order\":4,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603351545067\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1603351545031\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"idno\",\"db_field_name\":\"requestfor_idnocopy\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351545031\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter idno\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351544778\",\"label_ar\":\"الاسم رباعي\",\"label_en\":\"fullname\",\"db_field_name\":\"requestfor_fullnamecopy\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351544778\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter fullname\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الاسم رباعي\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351571795\",\"label_ar\":\"الجنس\",\"label_en\":\"Gender\",\"db_field_name\":\"requestfor_genderr\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351571795\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"SQL\",\"lookup_attributes\":\"\\\"126\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351545579\",\"label_ar\":\"تاريخ الميلاد\",\"label_en\":\"date of birth\",\"db_field_name\":\"requestfor_dateofbirthcopy\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351545579\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter date of birth\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الميلاد\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"17\",\"title_ar\":\"المرفقات\",\"title_en\":\"New Section\",\"block_order\":5,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603348569\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603351793160\",\"label_ar\":\"الصورة الشخصية\",\"label_en\":\"Personal Picture\",\"db_field_name\":\"requestfor_personalpicture\",\"field_order\":1,\"field_type\":\"file_upload\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351793160\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"jpg,png\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603351794608\",\"label_ar\":\"مرفقات أخرى\",\"label_en\":\"attachment\",\"db_field_name\":\"requestfor_attachment\",\"field_order\":2,\"field_type\":\"file_upload\",\"field_attributes\":\"{\\\"id\\\":\\\"1603351794608\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"jpg,png\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1603296354\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: 454.014px;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 570px;\"><label class=\"control-label\">Identity type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603300172409\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-6\" item_id=\"1603300172409\" label_en=\"Identity type\" label_ar=\"نوع الهوية\" database_name=\"identitytype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>1</td><td>first</td><td>أولي</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>2</td><td>dameged</td><td>باليه</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>3</td><td>Missing</td><td>مفقودة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>4</td><td>Renewal due to changing marital status</td><td>تجديد بسبب تغيير الحالة الإجتماعية</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"1\">first - أولي<!--<label--></option><option value=\"2\">dameged - باليه<!--<label--></option><option value=\"3\">Missing - مفقودة<!--<label--></option><option value=\"4\">Renewal due to changing marital status - تجديد بسبب تغيير الحالة الإجتماعية<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 560px;\"><label class=\"control-label\">Control Number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300177957\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-6\" item_id=\"1603300177957\" label_en=\"Control Number\" label_ar=\"رقم الكنترول\" database_name=\"controlnumber\" default_value=\"\" placeholder_en=\"Please enter Control Number\" placeholder_ar=\"من فضلك أدخل رقم الكنترول\" placeholder=\"Please enter Control Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 288px;\"><label class=\"control-label\">Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300200940\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300200940\" label_en=\"Name\" label_ar=\"الاسم الشخصي\" database_name=\"namee\" default_value=\"\" placeholder_en=\"Please enter Name\" placeholder_ar=\"من فضلك أدخل الاسم الشخصي\" placeholder=\"Please enter Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 286px;\"><label class=\"control-label\">Father\'s name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300210103\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300210103\" label_en=\"Father\'s name\" label_ar=\"اسـم الأب\" database_name=\"fathersname\" default_value=\"\" placeholder_en=\"Please enter Father\'s name\" placeholder_ar=\"من فضلك أدخل اسـم الأب\" placeholder=\"Please enter Father\'s name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 304px;\"><label class=\"control-label\">Grandfather\'s name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300222057\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300222057\" label_en=\"Grandfather\'s name\" label_ar=\"اسـم الجــد\" database_name=\"grandfathername\" default_value=\"\" placeholder_en=\"Please enter Grandfather\'s name\" placeholder_ar=\"من فضلك أدخل اسـم الجــد\" placeholder=\"Please enter Grandfather\'s name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 250px;\"><label class=\"control-label\">family name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300223560\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300223560\" label_en=\"family name\" label_ar=\"اسم العائلة\" database_name=\"familyname\" default_value=\"\" placeholder_en=\"Please enter family name\" placeholder_ar=\"من فضلك أدخل اسم العائلة\" placeholder=\"Please enter family name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 291px;\"><label class=\"control-label\">Previous last name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300254873\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300254873\" label_en=\"Previous last name\" label_ar=\"اسم العـــائلة الســابق\" database_name=\"previouslastname\" default_value=\"\" placeholder_en=\"Please enter Previous last name\" placeholder_ar=\"من فضلك أدخل اسم العـــائلة الســابق\" placeholder=\"Please enter Previous last name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 285px;\"><label class=\"control-label\">Mother\'s name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603300256674\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603300256674\" label_en=\"Mother\'s name\" label_ar=\"اسم الام\" database_name=\"mothersname\" default_value=\"\" placeholder_en=\"Please enter Mother\'s name\" placeholder_ar=\"من فضلك أدخل اسم الام\" placeholder=\"Please enter Mother\'s name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 304px;\"><label class=\"control-label\">Gender</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603301032998\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603301032998\" label_en=\"Gender\" label_ar=\"الجنس\" database_name=\"gender\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"126\" is_required=\"0\"><option value=\"127\">Male - ذكر<!--<label--></option><option value=\"128\">Femel - أنثى<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 250px;\"><label class=\"control-label\">Religion</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344359703\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603344359703\" label_en=\"Religion\" label_ar=\"الديانة\" database_name=\"religion\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"129\" is_required=\"1\"><option value=\"130\">Muslim - مسلم<!--<label--></option><option value=\"131\">Christian - مسيحي<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Date of Birth</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603344410714\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603344410714\" label_en=\"Date of Birth\" label_ar=\"تاريخ الميلاد\" database_name=\"dateofbirth\" default_value=\"\" placeholder_en=\"Please enter Date of Birth\" placeholder_ar=\"من فضلك أدخل تاريخ الميلاد\" placeholder=\"Please enter Date of Birth\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Date\" from_date=\"\" to_date=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Marital status</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344660596\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1603344660596\" label_en=\"Marital status\" label_ar=\"الحالة الاجتماعية\" database_name=\"maritalstatus\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"132\" is_required=\"1\"><option value=\"133\">Married - متزوجـ / ـة<!--<label--></option><option value=\"134\">Single - أعزب<!--<label--></option><option value=\"135\">Divorcee - مطلقـ / ـة<!--<label--></option><option value=\"136\">Widower - أرملـ / ـة<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Place of Birth</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1603344715516\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"1\" style=\"resize:none;\" field_size=\"col-sm-3\" item_id=\"1603344715516\" label_en=\"Place of Birth\" label_ar=\"مكان الميلاد\" database_name=\"placeofbirth\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1603341383\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" section_title_ar=\"عنوان السكن الحالي\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 284px;\"><label class=\"control-label\">Governorate</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344807009\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603344807009\" label_en=\"Governorate\" label_ar=\"المحافظة\" database_name=\"governorate\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"105\" is_required=\"1\"><option value=\"106\">Ramallah - رام الله<!--<label--></option><option value=\"107\">Nablus - نابلس<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 277px;\"><label class=\"control-label\">city village</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603344997708\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1603344997708\" label_en=\"city village\" label_ar=\"المدينة / القرية / المخيم\" database_name=\"cityvillage\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" depend_on_id_of_nested_lookup_select_option=\"1603344807009\" is_required=\"1\"><option value=\"\">Depends on \"Governorate\" Source..</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 314px;\"><label class=\"control-label\">Neighborhood / Street</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345055807\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345055807\" label_en=\"Neighborhood / Street\" label_ar=\"الحي / الشارع\" database_name=\"neighborhoostreet\" default_value=\"\" placeholder_en=\"Please enter Neighborhood / Street\" placeholder_ar=\"من فضلك أدخل الحي / الشارع\" placeholder=\"Please enter Neighborhood / Street\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 285px;\"><label class=\"control-label\">House No</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345098289\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345098289\" label_en=\"House No\" label_ar=\"رقم المنزل\" database_name=\"houseno\" default_value=\"\" placeholder_en=\"Please enter House No\" placeholder_ar=\"من فضلك أدخل رقم المنزل\" placeholder=\"Please enter House No\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 278px;\"><label class=\"control-label\">Phone</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345119873\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345119873\" label_en=\"Phone\" label_ar=\"رقم الهاتف\" database_name=\"phone\" default_value=\"\" placeholder_en=\"Please enter Phone\" placeholder_ar=\"من فضلك أدخل رقم الهاتف\" placeholder=\"Please enter Phone\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">Mobile</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603345124692\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603345124692\" label_en=\"Mobile\" label_ar=\"رقم الجوال\" database_name=\"mobile\" default_value=\"\" placeholder_en=\"Please enter Mobile\" placeholder_ar=\"من فضلك أدخل رقم الجوال\" placeholder=\"Please enter Mobile\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1603347554\" background_color=\"#f6f6f6\" section_title_en=\"New Grid\" is_grid=\"1\" section_title_ar=\"بيانات الزوج / الزوجة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1603347494\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 4 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 5 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 6 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 168px;\"><label class=\"control-label\">idno</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351131117\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351131117\" label_en=\"idno\" label_ar=\"رقم الهوية\" database_name=\"idno\" default_value=\"\" placeholder_en=\"Please enter idno\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter idno\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 199px;\"><label class=\"control-label\">fullname</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351185695\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351185695\" label_en=\"fullname\" label_ar=\"الاسم رباعي\" database_name=\"fullname\" default_value=\"\" placeholder_en=\"Please enter fullname\" placeholder_ar=\"من فضلك أدخل الاسم رباعي\" placeholder=\"Please enter fullname\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 164px;\"><label class=\"control-label\">Permit number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351298820\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351298820\" label_en=\"Permit number\" label_ar=\"رقم التصريح\" database_name=\"permitnumber\" default_value=\"\" placeholder_en=\"Please enter Permit number\" placeholder_ar=\"من فضلك أدخل رقم التصريح\" placeholder=\"Please enter Permit number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 175px;\"><label class=\"control-label\">Passport number</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351320076\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351320076\" label_en=\"Passport number\" label_ar=\"رقم الجواز\" database_name=\"passportnumber\" default_value=\"\" placeholder_en=\"Please enter Passport number\" placeholder_ar=\"من فضلك أدخل رقم الجواز\" placeholder=\"Please enter Passport number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 184px;\"><label class=\"control-label\">passport type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603351359878\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-2\" item_id=\"1603351359878\" label_en=\"passport type\" label_ar=\"نوع الجواز\" database_name=\"passporttype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>1</td><td>n</td><td>عادي</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>2</td><td>d</td><td>دبلوماسي</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"0\"><option value=\"1\">n - عادي<!--<label--></option><option value=\"2\">d - دبلوماسي<!--<label--></option></select></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 199px;\"><label class=\"control-label\">Previous family Name</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351351644\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351351644\" label_en=\"Previous family Name\" label_ar=\"اسم العائلة السابق\" database_name=\"previousfamilyname\" default_value=\"\" placeholder_en=\"Please enter Previous family Name\" placeholder_ar=\"من فضلك أدخل اسم العائلة السابق\" placeholder=\"Please enter Previous family Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1603351545067\" background_color=\"#f6f6f6\" section_title_en=\"New Grid\" is_grid=\"1\" section_title_ar=\"بيانات الابناء تحت سن 16 سنة\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1603351544926\" item_id=\"1603351544926\" database_name=\"undefinedcopy\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1603351544795\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 4 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 168px;\"><label class=\"control-label\">idno</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351545031\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351545031\" label_en=\"idno\" label_ar=\"رقم الهوية\" database_name=\"idnocopy\" default_value=\"\" placeholder_en=\"Please enter idno\" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter idno\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 199px;\"><label class=\"control-label\">fullname</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351544778\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351544778\" label_en=\"fullname\" label_ar=\"الاسم رباعي\" database_name=\"fullnamecopy\" default_value=\"\" placeholder_en=\"Please enter fullname\" placeholder_ar=\"من فضلك أدخل الاسم رباعي\" placeholder=\"Please enter fullname\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Gender</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603351571795\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1603351571795\" label_en=\"Gender\" label_ar=\"الجنس\" database_name=\"genderr\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" lookup_select_option=\"126\" is_required=\"0\"><option value=\"127\">Male - ذكر<!--<label--></option><option value=\"128\">Femel - أنثى<!--<label--></option></select></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\" style=\"width: 175px;\"><label class=\"control-label\">date of birth</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603351545579\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1603351545579\" label_en=\"date of birth\" label_ar=\"تاريخ الميلاد\" database_name=\"dateofbirthcopy\" default_value=\"\" placeholder_en=\"Please enter date of birth\" placeholder_ar=\"من فضلك أدخل تاريخ الميلاد\" placeholder=\"Please enter date of birth\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Date\" maxlength=\"100\" from_date=\"\" to_date=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1603348569\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" section_title_ar=\"المرفقات\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Personal Picture</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"file\" id=\"1603351793160\" input-type=\"file_upload\" class=\"form-control show_popup_file_upload toggle_preview_show_popup_file_upload field_attr\" onclick=\"return false;\" field_size=\"col-sm-3\" item_id=\"1603351793160\" label_en=\"Personal Picture\" label_ar=\"الصورة الشخصية\" database_name=\"personalpicture\" max_file_size=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" file_type=\"jpg,png\" is_required=\"0\"></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">attachment</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"file\" id=\"1603351794608\" input-type=\"file_upload\" class=\"form-control show_popup_file_upload toggle_preview_show_popup_file_upload field_attr\" onclick=\"return false;\" field_size=\"col-sm-3\" item_id=\"1603351794608\" label_en=\"attachment\" label_ar=\"مرفقات أخرى\" database_name=\"attachment\" max_file_size=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" file_type=\"jpg,png\" is_required=\"0\"></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', NULL, '2020-10-22 07:11:04', 1, NULL, NULL, '2020-10-22 07:18:05', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(19, 1, 8, 0, 1, 'طلب خط كهرباء جديد', 'Request a new power line', 'تفاصيل النموذج', 'Model details', '1', 'requestanewpowerline', '[{\"form_id_fk\":\"19\",\"title_ar\":\"العنوان\",\"title_en\":\"Adress\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#ffffff\\\",\\\"block_id\\\":\\\"1619953966\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1619954036916\",\"label_ar\":\"العنوان\",\"label_en\":\"Adress\",\"db_field_name\":\"requestane_adress\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954036916\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Adress\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العنوان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1619954248051\",\"label_ar\":\"المحافظة\",\"label_en\":\"city\",\"db_field_name\":\"requestane_city\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954248051\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"gaza\\\",\\\"text\\\":\\\"gaza - غزة\\\"},{\\\"id\\\":\\\"rafah\\\",\\\"text\\\":\\\"rafah - رفح\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"19\",\"title_ar\":\"العنوان\",\"title_en\":\"Adress\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#ffffff\\\",\\\"block_id\\\":\\\"1619954428575\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1619954429335\",\"label_ar\":\"العنوان\",\"label_en\":\"Adress\",\"db_field_name\":\"requestane_adresscopy\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954429335\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Adress\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العنوان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1619954428653\",\"label_ar\":\"المحافظة\",\"label_en\":\"city\",\"db_field_name\":\"requestane_citycopy\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954428653\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"gaza\\\",\\\"text\\\":\\\"gaza - غزة\\\"},{\\\"id\\\":\\\"rafah\\\",\\\"text\\\":\\\"rafah - رفح\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li class=\"\" style=\"\">\n        <section class=\"form_section container\" id=\"1619953966\" background_color=\"#ffffff\" section_title_en=\"Adress\" section_title_ar=\"العنوان\" style=\"background-color: rgb(255, 255, 255); height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">Adress</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Adress</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1619954036916\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1619954036916\" label_en=\"Adress\" label_ar=\"العنوان\" database_name=\"adress\" default_value=\"\" placeholder_en=\"Please enter Adress\" placeholder_ar=\"من فضلك أدخل العنوان\" placeholder=\"Please enter Adress\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"3\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">city</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1619954248051\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-1\" item_id=\"1619954248051\" label_en=\"city\" label_ar=\"المحافظة\" database_name=\"city\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>gaza</td><td>gaza</td><td>غزة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>rafah</td><td>rafah</td><td>رفح</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"gaza\">gaza - غزة<!--<label--></option><option value=\"rafah\">rafah - رفح<!--<label--></option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li class=\"\" style=\"\">\n        <section class=\"form_section container\" id=\"1619954428575\" background_color=\"#ffffff\" section_title_en=\"Adress\" section_title_ar=\"العنوان\" style=\"background-color: rgb(255, 255, 255); height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">Adress</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1619954429000\" item_id=\"1619954429000\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Adress</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1619954429335\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1619954429335\" label_en=\"Adress\" label_ar=\"العنوان\" database_name=\"adresscopy\" default_value=\"\" placeholder_en=\"Please enter Adress\" placeholder_ar=\"من فضلك أدخل العنوان\" placeholder=\"Please enter Adress\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"3\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">city</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1619954428653\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-1\" item_id=\"1619954428653\" label_en=\"city\" label_ar=\"المحافظة\" database_name=\"citycopy\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>gaza</td><td>gaza</td><td>غزة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>rafah</td><td>rafah</td><td>رفح</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"gaza\">gaza - غزة<!--<label--></option><option value=\"rafah\">rafah - رفح<!--<label--></option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2021-05-02 08:12:28', 1, NULL, NULL, '2021-05-02 08:21:33', 1),
(20, 1, 9, 0, 1, 'فحص عداد الكهرباء', 'Checking the electricity meter', 'فحص عداد الكهرباء', 'Checking the electricity meter', '1', 'checkelectmeter', '[{\"form_id_fk\":\"20\",\"title_ar\":\"العنوان\",\"title_en\":\"Address\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1619958744\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1619958796301\",\"label_ar\":\"العنوان\",\"label_en\":\"Address\",\"db_field_name\":\"checkelect_address\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1619958796301\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Address\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العنوان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1619958744\" background_color=\"#f6f6f6\" section_title_en=\"Address\" section_title_ar=\"العنوان\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">Address</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Address</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1619958796301\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1619958796301\" label_en=\"Address\" label_ar=\"العنوان\" database_name=\"address\" default_value=\"\" placeholder_en=\"Please enter Address\" placeholder_ar=\"من فضلك أدخل العنوان\" placeholder=\"Please enter Address\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2021-05-02 09:32:24', 1, NULL, NULL, '2021-05-02 09:35:05', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(21, 1, NULL, 11, 1, 'إضافة خدمة مياه', 'Add water service', 'إضافة خدمة مياه', 'Add water service', '1', 'addwaterservice', '[{\"form_id_fk\":\"21\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1598164757\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1598164780107\",\"label_ar\":\"نوع الخدمة\",\"label_en\":\"Service Type\",\"db_field_name\":\"addwaterse_servicetype\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598164780107\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"servsType\\\",\\\"api_captions_source\\\":\\\"typeDescA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598164985156\",\"label_ar\":\"نوع المشترك\",\"label_en\":\"Customer Type\",\"db_field_name\":\"addwaterse_customertype\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598164985156\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"customerType\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598260840299\",\"label_ar\":\"حالة الخدمة \",\"label_en\":\"Status\",\"db_field_name\":\"addwaterse_statusid\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598260840299\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"statusId\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261004080\",\"label_ar\":\"رقم المشترك\",\"label_en\":\"System No\",\"db_field_name\":\"addwaterse_systemno\",\"field_order\":4,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261004080\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"1\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261112632\",\"label_ar\":\"العملة\",\"label_en\":\"Currency\",\"db_field_name\":\"addwaterse_currencyid\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261112632\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"NIS\\\",\\\"text\\\":\\\"NIS - شيكل\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261418640\",\"label_ar\":\"تاريخ الخدمة\",\"label_en\":\"Agreement Date\",\"db_field_name\":\"addwaterse_agreementdate\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261418640\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter Agreement Date\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الخدمة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"21\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1598263168622\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1598263168316\",\"label_ar\":\"الفرع\",\"label_en\":\"Branch\",\"db_field_name\":\"addwaterse_branchid\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168316\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"branchId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263168838\",\"label_ar\":\"المنطقة\",\"label_en\":\"Sub Branch\",\"db_field_name\":\"addwaterse_sbranchid\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168838\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"sbranchId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263168577\",\"label_ar\":\"الحارة\",\"label_en\":\"Area\",\"db_field_name\":\"addwaterse_areaid\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168577\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"areaId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263258575\",\"label_ar\":\"المحافظة\",\"label_en\":\"Governorate\",\"db_field_name\":\"addwaterse_dstrctcode\",\"field_order\":4,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263258575\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"dstrctCode\\\",\\\"api_captions_source\\\":\\\"dstrctNameM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263653468\",\"label_ar\":\"المدينة/ القرية\",\"label_en\":\"City / Village\",\"db_field_name\":\"addwaterse_locatcode\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263653468\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"loactcode\\\",\\\"api_captions_source\\\":\\\"locatNameM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263928580\",\"label_ar\":\"نوع العقار\",\"label_en\":\"Immovable Type\",\"db_field_name\":\"addwaterse_immovabletype\",\"field_order\":6,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263928580\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"immovableType\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598264345216\",\"label_ar\":\"استخدام العقار\",\"label_en\":\"Usage Type\",\"db_field_name\":\"addwaterse_usagetype\",\"field_order\":7,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598264345216\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"usageType\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1598164757\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 321px;\"><label class=\"control-label\">Service Type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598164780107\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1598164780107\" label_en=\"Service Type\" label_ar=\"نوع الخدمة\" database_name=\"servicetype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"servsType\" api_captions_source=\"typeDescA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 365px;\"><label class=\"control-label\">Customer Type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598164985156\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-4\" item_id=\"1598164985156\" label_en=\"Customer Type\" label_ar=\"نوع المشترك\" database_name=\"customertype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\" api_header=\"\" api_columns=\"data\" api_values_source=\"customerType\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 343px;\"><label class=\"control-label\">Status</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598260840299\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1598260840299\" label_en=\"Status\" label_ar=\"حالة الخدمة \" database_name=\"statusid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\" api_header=\"\" api_columns=\"data\" api_values_source=\"statusId\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">System No</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1598261004080\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"1\" style=\"resize:none;\" field_size=\"col-sm-3\" item_id=\"1598261004080\" label_en=\"System No\" label_ar=\"رقم المشترك\" database_name=\"systemno\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 361px;\"><label class=\"control-label\">Currency</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598261112632\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-4\" item_id=\"1598261112632\" label_en=\"Currency\" label_ar=\"العملة\" database_name=\"currencyid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>NIS</td><td>NIS</td><td>شيكل</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"NIS\">NIS - شيكل<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 350px;\"><label class=\"control-label\">Agreement Date</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1598261418640\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-4\" item_id=\"1598261418640\" label_en=\"Agreement Date\" label_ar=\"تاريخ الخدمة\" database_name=\"agreementdate\" default_value=\"\" placeholder_en=\"Please enter Agreement Date\" placeholder_ar=\"من فضلك أدخل تاريخ الخدمة\" placeholder=\"Please enter Agreement Date\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Date\" from_date=\"\" to_date=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul><li>\n        <section class=\"form_section container\" id=\"1598263168622\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1598263168411\" item_id=\"1598263168411\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 312px;\"><label class=\"control-label\">Branch</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168316\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168316\" label_en=\"Branch\" label_ar=\"الفرع\" database_name=\"branchid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\" api_header=\"\" api_columns=\"data\" api_values_source=\"branchId\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 292px;\"><label class=\"control-label\">Sub Branch</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168838\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168838\" label_en=\"Sub Branch\" label_ar=\"المنطقة\" database_name=\"sbranchid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\" api_header=\"\" api_columns=\"data\" api_values_source=\"sbranchId\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 345px;\"><label class=\"control-label\">Area</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168577\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168577\" label_en=\"Area\" label_ar=\"الحارة\" database_name=\"areaid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\" api_header=\"\" api_columns=\"data\" api_values_source=\"areaId\" api_captions_source=\"descM\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 309px;\"><label class=\"control-label\">Governorate</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263258575\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263258575\" label_en=\"Governorate\" label_ar=\"المحافظة\" database_name=\"dstrctcode\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\" api_header=\"\" api_columns=\"data\" api_values_source=\"dstrctCode\" api_captions_source=\"dstrctNameM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 295px;\"><label class=\"control-label\">City / Village</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263653468\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263653468\" label_en=\"City / Village\" label_ar=\"المدينة/ القرية\" database_name=\"locatcode\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\" api_header=\"\" api_columns=\"data\" api_values_source=\"loactcode\" api_captions_source=\"locatNameM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 350px;\"><label class=\"control-label\">Immovable Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263928580\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1598263928580\" label_en=\"Immovable Type\" label_ar=\"نوع العقار\" database_name=\"immovabletype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"immovableType\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 308px;\"><label class=\"control-label\">Usage Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598264345216\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598264345216\" label_en=\"Usage Type\" label_ar=\"استخدام العقار\" database_name=\"usagetype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"usageType\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', NULL, '2021-05-25 07:22:40', 1, NULL, NULL, '2021-05-25 07:23:28', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(22, 1, NULL, 19, 1, 'طلب خط كهرباء جديد', 'Request a new power line', 'تفاصيل النموذج', 'Model details', '1', 'requestanewpowerline', '[{\"form_id_fk\":\"22\",\"title_ar\":\"العنوان\",\"title_en\":\"Adress\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#ffffff\\\",\\\"block_id\\\":\\\"1619953966\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1619954036916\",\"label_ar\":\"العنوان\",\"label_en\":\"Adress\",\"db_field_name\":\"requestane_adress\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954036916\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Adress\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العنوان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1619954248051\",\"label_ar\":\"المحافظة\",\"label_en\":\"city\",\"db_field_name\":\"requestane_city\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954248051\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"gaza\\\",\\\"text\\\":\\\"gaza - غزة\\\"},{\\\"id\\\":\\\"rafah\\\",\\\"text\\\":\\\"rafah - رفح\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"22\",\"title_ar\":\"العنوان\",\"title_en\":\"Adress\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#ffffff\\\",\\\"block_id\\\":\\\"1619954428575\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1619954429335\",\"label_ar\":\"العنوان\",\"label_en\":\"Adress\",\"db_field_name\":\"requestane_adresscopy\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954429335\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Adress\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العنوان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1619954428653\",\"label_ar\":\"المحافظة\",\"label_en\":\"city\",\"db_field_name\":\"requestane_citycopy\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954428653\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"gaza\\\",\\\"text\\\":\\\"gaza - غزة\\\"},{\\\"id\\\":\\\"rafah\\\",\\\"text\\\":\\\"rafah - رفح\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li class=\"\" style=\"\">\n        <section class=\"form_section container\" id=\"1619953966\" background_color=\"#ffffff\" section_title_en=\"Adress\" section_title_ar=\"العنوان\" style=\"background-color: rgb(255, 255, 255); height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">Adress</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Adress</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1619954036916\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1619954036916\" label_en=\"Adress\" label_ar=\"العنوان\" database_name=\"adress\" default_value=\"\" placeholder_en=\"Please enter Adress\" placeholder_ar=\"من فضلك أدخل العنوان\" placeholder=\"Please enter Adress\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"3\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">city</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1619954248051\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-1\" item_id=\"1619954248051\" label_en=\"city\" label_ar=\"المحافظة\" database_name=\"city\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>gaza</td><td>gaza</td><td>غزة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>rafah</td><td>rafah</td><td>رفح</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"gaza\">gaza - غزة<!--<label--></option><option value=\"rafah\">rafah - رفح<!--<label--></option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li class=\"\" style=\"\">\n        <section class=\"form_section container\" id=\"1619954428575\" background_color=\"#ffffff\" section_title_en=\"Adress\" section_title_ar=\"العنوان\" style=\"background-color: rgb(255, 255, 255); height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">Adress</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1619954429000\" item_id=\"1619954429000\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Adress</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1619954429335\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1619954429335\" label_en=\"Adress\" label_ar=\"العنوان\" database_name=\"adresscopy\" default_value=\"\" placeholder_en=\"Please enter Adress\" placeholder_ar=\"من فضلك أدخل العنوان\" placeholder=\"Please enter Adress\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"3\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">city</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1619954428653\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-1\" item_id=\"1619954428653\" label_en=\"city\" label_ar=\"المحافظة\" database_name=\"citycopy\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>gaza</td><td>gaza</td><td>غزة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>rafah</td><td>rafah</td><td>رفح</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"gaza\">gaza - غزة<!--<label--></option><option value=\"rafah\">rafah - رفح<!--<label--></option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>', NULL, '2021-05-25 07:24:51', 1, NULL, NULL, '2021-05-25 07:24:57', 1),
(23, 1, NULL, 19, 1, 'طلب خط كهرباء جديد', 'Request a new power line', 'تفاصيل النموذج', 'Model details', '1', 'requestanewpowerline', '[{\"form_id_fk\":\"23\",\"title_ar\":\"العنوان\",\"title_en\":\"Adress\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#ffffff\\\",\\\"block_id\\\":\\\"1619953966\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1619954036916\",\"label_ar\":\"العنوان\",\"label_en\":\"Adress\",\"db_field_name\":\"requestane_adress\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954036916\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Adress\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العنوان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1619954248051\",\"label_ar\":\"المحافظة\",\"label_en\":\"city\",\"db_field_name\":\"requestane_city\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954248051\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"gaza\\\",\\\"text\\\":\\\"gaza - غزة\\\"},{\\\"id\\\":\\\"rafah\\\",\\\"text\\\":\\\"rafah - رفح\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1621938368478\",\"label_ar\":\"فحص\",\"label_en\":\"test\",\"db_field_name\":\"requestane_test\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1621938368478\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter test\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل فحص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"23\",\"title_ar\":\"العنوان\",\"title_en\":\"Adress\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#ffffff\\\",\\\"block_id\\\":\\\"1619954428575\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1619954429335\",\"label_ar\":\"العنوان\",\"label_en\":\"Adress\",\"db_field_name\":\"requestane_adresscopy\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954429335\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Adress\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العنوان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1619954428653\",\"label_ar\":\"المحافظة\",\"label_en\":\"city\",\"db_field_name\":\"requestane_citycopy\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1619954428653\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"gaza\\\",\\\"text\\\":\\\"gaza - غزة\\\"},{\\\"id\\\":\\\"rafah\\\",\\\"text\\\":\\\"rafah - رفح\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li class=\"\" style=\"\">\n        <section class=\"form_section container\" id=\"1619953966\" background_color=\"#ffffff\" section_title_en=\"Adress\" section_title_ar=\"العنوان\" style=\"background-color: rgb(255, 255, 255); height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">Adress</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Adress</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1619954036916\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1619954036916\" label_en=\"Adress\" label_ar=\"العنوان\" database_name=\"adress\" default_value=\"\" placeholder_en=\"Please enter Adress\" placeholder_ar=\"من فضلك أدخل العنوان\" placeholder=\"Please enter Adress\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"3\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">city</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1619954248051\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-1\" item_id=\"1619954248051\" label_en=\"city\" label_ar=\"المحافظة\" database_name=\"city\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>gaza</td><td>gaza</td><td>غزة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>rafah</td><td>rafah</td><td>رفح</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"gaza\">gaza - غزة<!--<label--></option><option value=\"rafah\">rafah - رفح<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">test</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1621938368478\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1621938368478\" label_en=\"test\" label_ar=\"فحص\" database_name=\"test\" default_value=\"\" placeholder_en=\"Please enter test\" placeholder_ar=\"من فضلك أدخل فحص\" placeholder=\"Please enter test\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li class=\"\" style=\"\">\n        <section class=\"form_section container\" id=\"1619954428575\" background_color=\"#ffffff\" section_title_en=\"Adress\" section_title_ar=\"العنوان\" style=\"background-color: rgb(255, 255, 255); height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">Adress</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1619954429000\" item_id=\"1619954429000\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Adress</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1619954429335\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1619954429335\" label_en=\"Adress\" label_ar=\"العنوان\" database_name=\"adresscopy\" default_value=\"\" placeholder_en=\"Please enter Adress\" placeholder_ar=\"من فضلك أدخل العنوان\" placeholder=\"Please enter Adress\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"3\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">city</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1619954428653\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-1\" item_id=\"1619954428653\" label_en=\"city\" label_ar=\"المحافظة\" database_name=\"citycopy\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>gaza</td><td>gaza</td><td>غزة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>rafah</td><td>rafah</td><td>رفح</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"gaza\">gaza - غزة<!--<label--></option><option value=\"rafah\">rafah - رفح<!--<label--></option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>', NULL, '2021-05-25 07:25:52', 1, NULL, NULL, '2021-05-25 07:26:20', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(37, 1, 2, 9, 7, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"37\",\"title_ar\":\"جدول\",\"title_en\":\"Grid\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569339\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555569326110\",\"label_ar\":\"الرقم الأول\",\"label_en\":\"First Number\",\"db_field_name\":\"complaintf_firstnumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569326110\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter First Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الأول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569340859\",\"label_ar\":\"الرقم الثاني\",\"label_en\":\"Second Number\",\"db_field_name\":\"complaintf_secondnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569340859\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Second Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الثاني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569346560\",\"label_ar\":\"المجموع\",\"label_en\":\"Sum\",\"db_field_name\":\"complaintf_sum\",\"field_order\":3,\"field_type\":\"auto_calculated\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569346560\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"1\",\"calculated_attributes\":\"{\\\"equation_formula\\\":\\\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\\\"}\"}]},{\"form_id_fk\":\"37\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555569441228\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"complaintf_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569441228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-10\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569430279\",\"label_ar\":\"الى\",\"label_en\":\"To\",\"db_field_name\":\"complaintf_to\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569430279\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"staff\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"0\\\",\\\"text\\\":\\\"0 - 0\\\"},{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"1 - 1\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569597634\",\"label_ar\":\"اختار\",\"label_en\":\"checkbox\",\"db_field_name\":\"complaintf_checkbox\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569597634\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1597917696412\",\"label_ar\":\"اسم الموظف\",\"label_en\":\"employee name\",\"db_field_name\":\"complaintf_employeename\",\"field_order\":4,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1597917696412\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"servsType\\\",\\\"api_captions_source\\\":\\\"typeDescA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569339\" background_color=\"#f6f6f6\" section_title_en=\"Grid\" is_grid=\"1\" section_title_ar=\"جدول\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555569290\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 215px;\"><label class=\"control-label\">First Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569326110\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569326110\" label_en=\"First Number\" label_ar=\"الرقم الأول\" database_name=\"firstnumber\" default_value=\"\" placeholder_en=\"Please enter First Number\" placeholder_ar=\"من فضلك أدخل الرقم الأول\" placeholder=\"Please enter First Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 212px;\"><label class=\"control-label\">Second Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569340859\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569340859\" label_en=\"Second Number\" label_ar=\"الرقم الثاني\" database_name=\"secondnumber\" default_value=\"\" placeholder_en=\"Please enter Second Number\" placeholder_ar=\"من فضلك أدخل الرقم الثاني\" placeholder=\"Please enter Second Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 397px;\"><label class=\"control-label\">Sum</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"text\" id=\"1555569346560\" input-type=\"auto_calculated\" class=\"form-control show_popup_auto_calculated toggle_preview_show_popup_auto_calculated field_attr\" readonly=\"\" field_size=\"col-sm-4\" item_id=\"1555569346560\" label_en=\"Sum\" label_ar=\"المجموع\" database_name=\"sum\" placeholder=\"(FirstNumber + SecondNumber)\" equation_formula=\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" maxlength=\"100\"></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 994px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1555569441228\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"3\" style=\"resize:none;\" item_id=\"1555569441228\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" field_size=\"col-sm-10\"></textarea></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 433px;\"><label class=\"control-label\">To</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1555569430279\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1555569430279\" label_en=\"To\" label_ar=\"الى\" database_name=\"to\" for_use_by=\"staff\" for_use_by_group_id_fk=\"3\" list_select_option=\" <tr><td>0</td><td>0</td><td>0</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>1</td><td>1</td><td>1</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"0\">0 - 0<!--<label--></option><option value=\"1\">1 - 1<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 required\"><label class=\"control-label\">checkbox</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1555569597634\" field_size=\"col-sm-2\" item_id=\"1555569597634\" label_en=\"checkbox\" label_ar=\"اختار\" database_name=\"checkbox\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">employee name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1597917696412\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1597917696412\" label_en=\"employee name\" label_ar=\"اسم الموظف\" database_name=\"employeename\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"servsType\" api_captions_source=\"typeDescA\" is_required=\"0\"><option value=\"\">API Source Selected</option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2021-05-25 09:11:23', 1, NULL, NULL, '2021-05-25 09:12:27', 1),
(38, 1, 2, 37, 8, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"38\",\"title_ar\":\"جدول\",\"title_en\":\"Grid\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569339\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555569326110\",\"label_ar\":\"الرقم الأول\",\"label_en\":\"First Number\",\"db_field_name\":\"complaintf_firstnumber\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569326110\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter First Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الأول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569340859\",\"label_ar\":\"الرقم الثاني\",\"label_en\":\"Second Number\",\"db_field_name\":\"complaintf_secondnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569340859\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Second Number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الرقم الثاني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569346560\",\"label_ar\":\"المجموع\",\"label_en\":\"Sum\",\"db_field_name\":\"complaintf_sum\",\"field_order\":3,\"field_type\":\"auto_calculated\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569346560\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"1\",\"calculated_attributes\":\"{\\\"equation_formula\\\":\\\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\\\"}\"}]},{\"form_id_fk\":\"38\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555569441228\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"complaintf_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569441228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-10\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569430279\",\"label_ar\":\"الى\",\"label_en\":\"To\",\"db_field_name\":\"complaintf_to\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569430279\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"staff\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"0\\\",\\\"text\\\":\\\"0 - 0\\\"},{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"1 - 1\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569597634\",\"label_ar\":\"اختار\",\"label_en\":\"checkbox\",\"db_field_name\":\"complaintf_checkbox\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569597634\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1597917696412\",\"label_ar\":\"اسم الموظف\",\"label_en\":\"employee name\",\"db_field_name\":\"complaintf_employeename\",\"field_order\":4,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1597917696412\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"servsType\\\",\\\"api_captions_source\\\":\\\"typeDescA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569339\" background_color=\"#f6f6f6\" section_title_en=\"Grid\" is_grid=\"1\" section_title_ar=\"جدول\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Grid</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555569290\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td><td class=\"mark dark\" width=\"150\">Column 3 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 215px;\"><label class=\"control-label\">First Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569326110\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569326110\" label_en=\"First Number\" label_ar=\"الرقم الأول\" database_name=\"firstnumber\" default_value=\"\" placeholder_en=\"Please enter First Number\" placeholder_ar=\"من فضلك أدخل الرقم الأول\" placeholder=\"Please enter First Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 212px;\"><label class=\"control-label\">Second Number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555569340859\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1555569340859\" label_en=\"Second Number\" label_ar=\"الرقم الثاني\" database_name=\"secondnumber\" default_value=\"\" placeholder_en=\"Please enter Second Number\" placeholder_ar=\"من فضلك أدخل الرقم الثاني\" placeholder=\"Please enter Second Number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li></ul></div></td><td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 397px;\"><label class=\"control-label\">Sum</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"text\" id=\"1555569346560\" input-type=\"auto_calculated\" class=\"form-control show_popup_auto_calculated toggle_preview_show_popup_auto_calculated field_attr\" readonly=\"\" field_size=\"col-sm-4\" item_id=\"1555569346560\" label_en=\"Sum\" label_ar=\"المجموع\" database_name=\"sum\" placeholder=\"(FirstNumber + SecondNumber)\" equation_formula=\"parseFloat($(\'#1555569326110\').val())+parseFloat($(\'#1555569340859\').val())\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" maxlength=\"100\"></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 994px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1555569441228\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"3\" style=\"resize:none;\" item_id=\"1555569441228\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" field_size=\"col-sm-10\"></textarea></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 433px;\"><label class=\"control-label\">To</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1555569430279\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1555569430279\" label_en=\"To\" label_ar=\"الى\" database_name=\"to\" for_use_by=\"staff\" for_use_by_group_id_fk=\"3\" list_select_option=\" <tr><td>0</td><td>0</td><td>0</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>1</td><td>1</td><td>1</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"0\">0 - 0<!--<label--></option><option value=\"1\">1 - 1<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 required\"><label class=\"control-label\">checkbox</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1555569597634\" field_size=\"col-sm-2\" item_id=\"1555569597634\" label_en=\"checkbox\" label_ar=\"اختار\" database_name=\"checkbox\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">employee name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1597917696412\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1597917696412\" label_en=\"employee name\" label_ar=\"اسم الموظف\" database_name=\"employeename\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"servsType\" api_captions_source=\"typeDescA\" is_required=\"0\"><option value=\"\">API Source Selected</option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2021-05-27 05:37:20', 1, NULL, NULL, '2021-05-27 05:38:15', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(39, 1, 2, 38, 9, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"39\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555569441228\",\"label_ar\":\"ملاحظات\",\"label_en\":\"Notes\",\"db_field_name\":\"complaintf_notes\",\"field_order\":1,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569441228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-10\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569430279\",\"label_ar\":\"الى\",\"label_en\":\"To\",\"db_field_name\":\"complaintf_to\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569430279\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"staff\\\",\\\"for_use_by_group_id_fk\\\":\\\"3\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"0\\\",\\\"text\\\":\\\"0 - شكوى 1\\\"},{\\\"id\\\":\\\"\\\",\\\"text\\\":\\\" - \\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555569597634\",\"label_ar\":\"اختار\",\"label_en\":\"checkbox\",\"db_field_name\":\"complaintf_checkbox\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1555569597634\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\" style=\"width: 994px;\"><label class=\"control-label\">Notes</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1555569441228\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"3\" style=\"resize:none;\" item_id=\"1555569441228\" label_en=\"Notes\" label_ar=\"ملاحظات\" database_name=\"notes\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" field_size=\"col-sm-10\"></textarea></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 433px;\"><label class=\"control-label\">To</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1555569430279\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1555569430279\" label_en=\"To\" label_ar=\"الى\" database_name=\"to\" for_use_by=\"staff\" for_use_by_group_id_fk=\"3\" list_select_option=\" <tr><td>0</td><td>0</td><td>شكوى 1</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td><input type=&quot;text&quot; class=&quot;form-control&quot; value=&quot;1&quot;></td><td><input type=&quot;text&quot; class=&quot;form-control&quot; value=&quot;1&quot;></td><td><input type=&quot;text&quot; class=&quot;form-control valid&quot; value=&quot;1&quot; aria-invalid=&quot;false&quot;></td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"0\">0 - شكوى 1<!--<label--></option><option value=\"\"> - <!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 required\"><label class=\"control-label\">checkbox</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1555569597634\" field_size=\"col-sm-2\" item_id=\"1555569597634\" label_en=\"checkbox\" label_ar=\"اختار\" database_name=\"checkbox\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2021-07-15 04:32:11', 1, NULL, NULL, '2021-07-15 04:33:31', 1),
(40, 1, 2, 39, 10, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"40\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1626335828916\",\"label_ar\":\"عنوان الشكوى\",\"label_en\":\"Complaint Title\",\"db_field_name\":\"complaintf_complainttitle\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1626335828916\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Complaint Title\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل عنوان الشكوى\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-9\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1626335835503\",\"label_ar\":\"تفاصيل الشكوى\",\"label_en\":\"compliant details\",\"db_field_name\":\"complaintf_compliantdetails\",\"field_order\":2,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1626335835503\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"15\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-9\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: 572px; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 911px;\"><label class=\"control-label\">Complaint Title</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1626335828916\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-9\" item_id=\"1626335828916\" label_en=\"Complaint Title\" label_ar=\"عنوان الشكوى\" database_name=\"complainttitle\" default_value=\"\" placeholder_en=\"Please enter Complaint Title\" placeholder_ar=\"من فضلك أدخل عنوان الشكوى\" placeholder=\"Please enter Complaint Title\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 907px;\"><label class=\"control-label\">compliant details</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1626335835503\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"15\" style=\"resize:none;\" field_size=\"col-sm-9\" item_id=\"1626335835503\" label_en=\"compliant details\" label_ar=\"تفاصيل الشكوى\" database_name=\"compliantdetails\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2021-07-15 04:56:31', 1, NULL, NULL, '2021-07-15 04:58:48', 1),
(41, 1, 2, 40, 11, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"40\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1626335828916\",\"label_ar\":\"عنوان الشكوى\",\"label_en\":\"Complaint Title\",\"db_field_name\":\"complaintf_complainttitle\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1626335828916\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Complaint Title\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل عنوان الشكوى\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-9\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1626335835503\",\"label_ar\":\"تفاصيل الشكوى\",\"label_en\":\"compliant details\",\"db_field_name\":\"complaintf_compliantdetails\",\"field_order\":2,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1626335835503\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"15\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-9\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: 572px; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 911px;\"><label class=\"control-label\">Complaint Title</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1626335828916\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-9\" item_id=\"1626335828916\" label_en=\"Complaint Title\" label_ar=\"عنوان الشكوى\" database_name=\"complainttitle\" default_value=\"\" placeholder_en=\"Please enter Complaint Title\" placeholder_ar=\"من فضلك أدخل عنوان الشكوى\" placeholder=\"Please enter Complaint Title\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 907px;\"><label class=\"control-label\">compliant details</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1626335835503\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"15\" style=\"resize:none;\" field_size=\"col-sm-9\" item_id=\"1626335835503\" label_en=\"compliant details\" label_ar=\"تفاصيل الشكوى\" database_name=\"compliantdetails\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2021-07-15 06:22:32', 1, NULL, NULL, '2021-11-02 09:20:05', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(42, 1, 4, 11, 3, 'إضافة خدمة مياه', 'Add water service', 'إضافة خدمة مياه', 'Add water service', '1', 'addwaterservice', '[{\"form_id_fk\":\"11\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1598164757\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1598164780107\",\"label_ar\":\"نوع الخدمة\",\"label_en\":\"Service Type\",\"db_field_name\":\"addwaterse_servicetype\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598164780107\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"servsType\\\",\\\"api_captions_source\\\":\\\"typeDescA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598164985156\",\"label_ar\":\"نوع المشترك\",\"label_en\":\"Customer Type\",\"db_field_name\":\"addwaterse_customertype\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598164985156\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"customerType\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598260840299\",\"label_ar\":\"حالة الخدمة \",\"label_en\":\"Status\",\"db_field_name\":\"addwaterse_statusid\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598260840299\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"statusId\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261004080\",\"label_ar\":\"رقم المشترك\",\"label_en\":\"System No\",\"db_field_name\":\"addwaterse_systemno\",\"field_order\":4,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261004080\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"1\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261112632\",\"label_ar\":\"العملة\",\"label_en\":\"Currency\",\"db_field_name\":\"addwaterse_currencyid\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261112632\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"NIS\\\",\\\"text\\\":\\\"NIS - شيكل\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598261418640\",\"label_ar\":\"تاريخ الخدمة\",\"label_en\":\"Agreement Date\",\"db_field_name\":\"addwaterse_agreementdate\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1598261418640\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter Agreement Date\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ الخدمة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"11\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1598263168622\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1598263168316\",\"label_ar\":\"الفرع\",\"label_en\":\"Branch\",\"db_field_name\":\"addwaterse_branchid\",\"field_order\":1,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168316\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"branchId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263168838\",\"label_ar\":\"المنطقة\",\"label_en\":\"Sub Branch\",\"db_field_name\":\"addwaterse_sbranchid\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168838\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"sbranchId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263168577\",\"label_ar\":\"الحارة\",\"label_en\":\"Area\",\"db_field_name\":\"addwaterse_areaid\",\"field_order\":3,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263168577\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"areaId\\\",\\\"api_captions_source\\\":\\\"descM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263258575\",\"label_ar\":\"المحافظة\",\"label_en\":\"Governorate\",\"db_field_name\":\"addwaterse_dstrctcode\",\"field_order\":4,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263258575\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"dstrctCode\\\",\\\"api_captions_source\\\":\\\"dstrctNameM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263653468\",\"label_ar\":\"المدينة/ القرية\",\"label_en\":\"City / Village\",\"db_field_name\":\"addwaterse_locatcode\",\"field_order\":5,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263653468\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"loactcode\\\",\\\"api_captions_source\\\":\\\"locatNameM\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598263928580\",\"label_ar\":\"نوع العقار\",\"label_en\":\"Immovable Type\",\"db_field_name\":\"addwaterse_immovabletype\",\"field_order\":6,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598263928580\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-4\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"immovableType\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1598264345216\",\"label_ar\":\"استخدام العقار\",\"label_en\":\"Usage Type\",\"db_field_name\":\"addwaterse_usagetype\",\"field_order\":7,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1598264345216\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"API\",\"lookup_attributes\":\"[{\\\"api_url\\\":\\\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\\\",\\\"api_header\\\":\\\"\\\",\\\"api_column\\\":\\\"data\\\",\\\"api_values_source\\\":\\\"usageType\\\",\\\"api_captions_source\\\":\\\"descA\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1598164757\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 321px;\"><label class=\"control-label\">Service Type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598164780107\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1598164780107\" label_en=\"Service Type\" label_ar=\"نوع الخدمة\" database_name=\"servicetype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidServiceTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"servsType\" api_captions_source=\"typeDescA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 365px;\"><label class=\"control-label\">Customer Type</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598164985156\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-4\" item_id=\"1598164985156\" label_en=\"Customer Type\" label_ar=\"نوع المشترك\" database_name=\"customertype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidCustomerTypes/001\" api_header=\"\" api_columns=\"data\" api_values_source=\"customerType\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 343px;\"><label class=\"control-label\">Status</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598260840299\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1598260840299\" label_en=\"Status\" label_ar=\"حالة الخدمة \" database_name=\"statusid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAgreementStatuses/001\" api_header=\"\" api_columns=\"data\" api_values_source=\"statusId\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">System No</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1598261004080\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"1\" style=\"resize:none;\" field_size=\"col-sm-3\" item_id=\"1598261004080\" label_en=\"System No\" label_ar=\"رقم المشترك\" database_name=\"systemno\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 361px;\"><label class=\"control-label\">Currency</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598261112632\" input-type=\"select_option\" class=\"form-control toggle_preview_show_popup_select_option field_attr show_popup_select_option\" field_size=\"col-sm-3\" item_id=\"1598261112632\" label_en=\"Currency\" label_ar=\"العملة\" database_name=\"currencyid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>NIS</td><td>NIS</td><td>شيكل</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"NIS\">NIS - شيكل<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 350px;\"><label class=\"control-label\">Agreement Date</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1598261418640\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-4\" item_id=\"1598261418640\" label_en=\"Agreement Date\" label_ar=\"تاريخ الخدمة\" database_name=\"agreementdate\" default_value=\"\" placeholder_en=\"Please enter Agreement Date\" placeholder_ar=\"من فضلك أدخل تاريخ الخدمة\" placeholder=\"Please enter Agreement Date\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Date\" from_date=\"\" to_date=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul><li>\n        <section class=\"form_section container\" id=\"1598263168622\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1598263168411\" item_id=\"1598263168411\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 312px;\"><label class=\"control-label\">Branch</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168316\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168316\" label_en=\"Branch\" label_ar=\"الفرع\" database_name=\"branchid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidBranches\" api_header=\"\" api_columns=\"data\" api_values_source=\"branchId\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 292px;\"><label class=\"control-label\">Sub Branch</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168838\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168838\" label_en=\"Sub Branch\" label_ar=\"المنطقة\" database_name=\"sbranchid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidSubBranches/1\" api_header=\"\" api_columns=\"data\" api_values_source=\"sbranchId\" api_captions_source=\"descM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 345px;\"><label class=\"control-label\">Area</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263168577\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263168577\" label_en=\"Area\" label_ar=\"الحارة\" database_name=\"areaid\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidAreas/1/000\" api_header=\"\" api_columns=\"data\" api_values_source=\"areaId\" api_captions_source=\"descM\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 309px;\"><label class=\"control-label\">Governorate</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263258575\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263258575\" label_en=\"Governorate\" label_ar=\"المحافظة\" database_name=\"dstrctcode\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistricts\" api_header=\"\" api_columns=\"data\" api_values_source=\"dstrctCode\" api_captions_source=\"dstrctNameM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 295px;\"><label class=\"control-label\">City / Village</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263653468\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598263653468\" label_en=\"City / Village\" label_ar=\"المدينة/ القرية\" database_name=\"locatcode\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidDistrictLocations/15\" api_header=\"\" api_columns=\"data\" api_values_source=\"loactcode\" api_captions_source=\"locatNameM\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 350px;\"><label class=\"control-label\">Immovable Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598263928580\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-4\" item_id=\"1598263928580\" label_en=\"Immovable Type\" label_ar=\"نوع العقار\" database_name=\"immovabletype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidImmovableTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"immovableType\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 308px;\"><label class=\"control-label\">Usage Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1598264345216\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1598264345216\" label_en=\"Usage Type\" label_ar=\"استخدام العقار\" database_name=\"usagetype\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" api_url_select_option=\"http://83.244.113.10:9007/BillingRestAPIs/jersey/BillingService/ValidUsageTypes\" api_header=\"\" api_columns=\"data\" api_values_source=\"usageType\" api_captions_source=\"descA\" is_required=\"1\"><option value=\"\">API Source Selected</option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', NULL, '2021-08-25 05:25:39', 1, NULL, NULL, '2021-08-25 05:25:39', NULL),
(43, 1, NULL, 0, 1, 'ثثضص', 'dabew', 'يثلارصث', 'qevq', '1', 'dabew', NULL, NULL, NULL, '2021-10-10 07:56:51', 1, NULL, NULL, '2021-10-10 07:56:51', NULL),
(44, 1, 2, 41, 12, 'نموذج شكوى', 'Complaint Form', 'نموذج شكوى', 'Complaint Form', '1', 'complaintform', '[{\"form_id_fk\":\"40\",\"title_ar\":\"شكوى\",\"title_en\":\"Complaint\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555569699\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1626335828916\",\"label_ar\":\"عنوان الشكوى\",\"label_en\":\"Complaint Title\",\"db_field_name\":\"complaintf_complainttitle\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1626335828916\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Complaint Title\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل عنوان الشكوى\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-9\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1626335835503\",\"label_ar\":\"تفاصيل الشكوى\",\"label_en\":\"compliant details\",\"db_field_name\":\"complaintf_compliantdetails\",\"field_order\":2,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1626335835503\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"15\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-9\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n    <section class=\"form_section container\" id=\"1555569699\" background_color=\"#f6f6f6\" section_title_en=\"Complaint\" style=\"height: 572px; background-color: rgb(246, 246, 246);\" section_title_ar=\"شكوى\">\n            <h5>\n            <div>\n                <label class=\"name\">Complaint</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 911px;\"><label class=\"control-label\">Complaint Title</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1626335828916\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-9\" item_id=\"1626335828916\" label_en=\"Complaint Title\" label_ar=\"عنوان الشكوى\" database_name=\"complainttitle\" default_value=\"\" placeholder_en=\"Please enter Complaint Title\" placeholder_ar=\"من فضلك أدخل عنوان الشكوى\" placeholder=\"Please enter Complaint Title\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 907px;\"><label class=\"control-label\">compliant details</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1626335835503\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"15\" style=\"resize:none;\" field_size=\"col-sm-9\" item_id=\"1626335835503\" label_en=\"compliant details\" label_ar=\"تفاصيل الشكوى\" database_name=\"compliantdetails\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', NULL, '2021-11-14 18:35:13', 1, NULL, NULL, '2021-11-14 18:35:13', NULL),
(45, 1, 11, 0, 1, 'مخطط موقع وترسيم شارع', 'Streetplanandstreetdemarcation', 'مخطط موقع', 'Street plan', '1', 'streetplan', '[{\"form_id_fk\":\"45\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1651998015\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1651998022265\",\"label_ar\":\"ثغفقغغقف\",\"label_en\":\"dassegtrw\",\"db_field_name\":\"streetplan_dassegtrw\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1651998022265\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter dassegtrw\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل ثغفقغغقف\\\",\\\"min_lenght\\\":\\\"0\\\",\\\"max_lenght\\\":\\\"10\\\",\\\"default_value\\\":\\\"wrhtrhr\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1651998024489\",\"label_ar\":\"ضضثصضصي\",\"label_en\":\"gtyrjtyj\",\"db_field_name\":\"streetplan_gtyrjtyj\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1651998024489\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter gtyrjtyj\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل ضضثصضصي\\\",\\\"min_lenght\\\":\\\"1\\\",\\\"max_lenght\\\":\\\"23\\\",\\\"default_value\\\":\\\"صثبصقيسل\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1651998015\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">dassegtrw</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1651998022265\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1651998022265\" label_en=\"dassegtrw\" label_ar=\"ثغفقغغقف\" database_name=\"dassegtrw\" default_value=\"wrhtrhr\" placeholder_en=\"Please enter dassegtrw\" placeholder_ar=\"من فضلك أدخل ثغفقغغقف\" placeholder=\"Please enter dassegtrw\" min_lenght=\"0\" max_lenght=\"10\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">gtyrjtyj</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1651998024489\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1651998024489\" label_en=\"gtyrjtyj\" label_ar=\"ضضثصضصي\" database_name=\"gtyrjtyj\" default_value=\"صثبصقيسل\" placeholder_en=\"Please enter gtyrjtyj\" placeholder_ar=\"من فضلك أدخل ضضثصضصي\" placeholder=\"Please enter gtyrjtyj\" min_lenght=\"1\" max_lenght=\"23\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2022-05-08 05:20:14', 1, NULL, NULL, '2022-05-08 05:39:43', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(46, 1, 10, 0, 1, 'طلب ترسيم شارع', 'Application for street demarcation', 'طلب ترسيم شارع', 'Application for street demarcation', '1', 'application', '[{\"form_id_fk\":\"46\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1651998199\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1651998203267\",\"label_ar\":\"ترسيم شارع\",\"label_en\":\"fsadf\",\"db_field_name\":\"applicatio_fsadf\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1651998203267\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter fsadf\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل ترسيم شارع\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"يسبسيسلل\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1651998204688\",\"label_ar\":\"اختر\",\"label_en\":\"choice\",\"db_field_name\":\"applicatio_choice\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1651998204688\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"dsfsd - بسيب\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"adsfdf - ثصبصثب\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1651998199\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">fsadf</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1651998203267\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1651998203267\" label_en=\"fsadf\" label_ar=\"ترسيم شارع\" database_name=\"fsadf\" default_value=\"يسبسيسلل\" placeholder_en=\"Please enter fsadf\" placeholder_ar=\"من فضلك أدخل ترسيم شارع\" placeholder=\"Please enter fsadf\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">choice</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1651998204688\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-2\" item_id=\"1651998204688\" label_en=\"choice\" label_ar=\"اختر\" database_name=\"choice\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>1</td><td>dsfsd</td><td>بسيب</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>2</td><td>adsfdf</td><td>ثصبصثب</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"0\"><option value=\"1\">dsfsd - بسيب<!--<label--></option><option value=\"2\">adsfdf - ثصبصثب<!--<label--></option></select></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2022-05-08 05:23:19', 1, NULL, NULL, '2022-05-08 05:40:03', 1),
(47, 1, 12, 0, 1, 'توحيد واعادة افراز', 'Consolidation and Reproduction', 'توحيد واعادة افراز', 'Consolidation and Reproduction', '1', 'consolidationan', '[{\"form_id_fk\":\"47\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1651998367\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1651998371588\",\"label_ar\":\"سيشب\",\"label_en\":\"safafs\",\"db_field_name\":\"consolidat_safafs\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1651998371588\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter safafs\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل سيشب\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1651998373303\",\"label_ar\":\"خكخهك\",\"label_en\":\"adasefgf\",\"db_field_name\":\"consolidat_adasefgf\",\"field_order\":2,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1651998373303\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"10\\\",\\\"rows_num_text_area\\\":\\\"1\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1651998376084\",\"label_ar\":\"سيسلقبلل\",\"label_en\":\"erfwetwt\",\"db_field_name\":\"consolidat_erfwetwt\",\"field_order\":3,\"field_type\":\"checkbox\",\"field_attributes\":\"{\\\"id\\\":\\\"1651998376084\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"Option1 - خيار1\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Option2 - خيار2\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1651998367\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: 257px;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">safafs</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1651998371588\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1651998371588\" label_en=\"safafs\" label_ar=\"سيشب\" database_name=\"safafs\" default_value=\"\" placeholder_en=\"Please enter safafs\" placeholder_ar=\"من فضلك أدخل سيشب\" placeholder=\"Please enter safafs\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">adasefgf</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1651998373303\" input-type=\"text_area\" class=\"form-control show_popup_text_area toggle_preview_show_popup_text_area field_attr\" rows=\"1\" style=\"resize:none;\" field_size=\"col-sm-2\" item_id=\"1651998373303\" label_en=\"adasefgf\" label_ar=\"خكخهك\" database_name=\"adasefgf\" cols=\"10\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\"></textarea></div></li><li><div class=\"form-group col-sm-12\"><label class=\"control-label\">erfwetwt</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><div class=\"show_popup_checkbox toggle_preview_show_popup_checkbox field_attr\" input-type=\"checkbox\" id=\"1651998376084\" field_size=\"col-sm-2\" style=\"\" item_id=\"1651998376084\" label_en=\"erfwetwt\" label_ar=\"سيسلقبلل\" database_name=\"erfwetwt\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\"><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"1\"><label>Option1 - خيار1<!--<label--></label></div><div class=\"form-check\"><input type=\"checkbox\" class=\"form-check-input\" value=\"2\"><label>Option2 - خيار2<!--<label--></label></div></div></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2022-05-08 05:26:07', 1, NULL, NULL, '2022-05-08 05:39:23', 1),
(48, 1, NULL, 0, 1, 'بتتبللن', 'dfhdhgh', 'بلتلتبت', 'sggehrh', '1', 'eheeher', '[{\"form_id_fk\":\"48\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1654415337\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1654415351792\",\"label_ar\":\"اسم مقدم الطلب\",\"label_en\":\"applicants name\",\"db_field_name\":\"eheeher_applicantsname\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1654415351792\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter applicants name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم مقدم الطلب\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1654415478401\",\"label_ar\":\"رقم الهوية\",\"label_en\":\"ID number \",\"db_field_name\":\"eheeher_idnumber\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1654415478401\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter ID number \\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الهوية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1654415556465\",\"label_ar\":\"رقم الحوض\",\"label_en\":\"pelvis number\",\"db_field_name\":\"eheeher_pelvisnumber\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1654415556465\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter pelvis number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الحوض\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1654415557830\",\"label_ar\":\"رقم القطعة\",\"label_en\":\"piece number\",\"db_field_name\":\"eheeher_piecenumber\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1654415557830\\\",\\\"text_field_type\\\":\\\"Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter piece number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم القطعة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1654415662926\",\"label_ar\":\"تفاصيل الطلب\",\"label_en\":\"Order details\",\"db_field_name\":\"eheeher_orderdetails\",\"field_order\":5,\"field_type\":\"text_area\",\"field_attributes\":\"{\\\"id\\\":\\\"1654415662926\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"3\\\",\\\"text_area_type\\\":\\\"text_area\\\",\\\"field_size\\\":\\\"col-sm-6\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1654415783888\",\"label_ar\":\"المرفقات\",\"label_en\":\"attachments\",\"db_field_name\":\"eheeher_attachments\",\"field_order\":6,\"field_type\":\"file_upload\",\"field_attributes\":\"{\\\"id\\\":\\\"1654415783888\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"jpg,png,pdf,doc,docx\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li class=\"\" style=\"\">\n        <section class=\"form_section container\" id=\"1654415337\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 301px;\"><label class=\"control-label\">applicants name</label><a class=\"move_element toggle_preview\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1654415351792\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1654415351792\" label_en=\"applicants name\" label_ar=\"اسم مقدم الطلب\" database_name=\"applicantsname\" default_value=\"\" placeholder_en=\"Please enter applicants name\" placeholder_ar=\"من فضلك أدخل اسم مقدم الطلب\" placeholder=\"Please enter applicants name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 280px;\"><label class=\"control-label\">ID number </label><a class=\"move_element toggle_preview\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1654415478401\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1654415478401\" label_en=\"ID number \" label_ar=\"رقم الهوية\" database_name=\"idnumber\" default_value=\"\" placeholder_en=\"Please enter ID number \" placeholder_ar=\"من فضلك أدخل رقم الهوية\" placeholder=\"Please enter ID number \" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">pelvis number</label><a class=\"move_element toggle_preview\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1654415556465\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1654415556465\" label_en=\"pelvis number\" label_ar=\"رقم الحوض\" database_name=\"pelvisnumber\" default_value=\"\" placeholder_en=\"Please enter pelvis number\" placeholder_ar=\"من فضلك أدخل رقم الحوض\" placeholder=\"Please enter pelvis number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize field_resize\"><label class=\"control-label\">piece number</label><a class=\"move_element toggle_preview\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1654415557830\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1654415557830\" label_en=\"piece number\" label_ar=\"رقم القطعة\" database_name=\"piecenumber\" default_value=\"\" placeholder_en=\"Please enter piece number\" placeholder_ar=\"من فضلك أدخل رقم القطعة\" placeholder=\"Please enter piece number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Numeric\" min_value=\"\" max_value=\"\" step_value=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\" style=\"width: 606px;\"><label class=\"control-label\">Order details</label><a class=\"move_element toggle_preview\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><textarea id=\"1654415662926\" input-type=\"text_area\" class=\"form-control toggle_preview_show_popup_text_area field_attr show_popup_text_area\" rows=\"3\" style=\"resize:none;\" field_size=\"col-sm-6\" item_id=\"1654415662926\" label_en=\"Order details\" label_ar=\"تفاصيل الطلب\" database_name=\"orderdetails\" cols=\"\" text_area_type=\"text_area\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\"></textarea></div></li><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">attachments</label><a class=\"move_element toggle_preview\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"file\" id=\"1654415783888\" input-type=\"file_upload\" class=\"form-control toggle_preview_show_popup_file_upload field_attr show_popup_file_upload\" field_size=\"col-sm-3\" item_id=\"1654415783888\" label_en=\"attachments\" label_ar=\"المرفقات\" database_name=\"attachments\" max_file_size=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" file_type=\"jpg,png,pdf,doc,docx\" is_required=\"1\" onclick=\"return false;\"></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2022-05-25 08:59:26', 1, NULL, NULL, '2022-06-05 05:05:35', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(49, 1, 6, 15, 2, 'تجديد رخصة', 'License Renewal', 'وحدة الإجازة والتراخيص', 'Licensing unit', '1', 'licenserenewal', '[{\"form_id_fk\":\"15\",\"title_ar\":\"بيانات المنشأه\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603292441\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603296080280\",\"label_ar\":\"اسم المنشأه الصحية\",\"label_en\":\"Enterprise Name\",\"db_field_name\":\"licenseren_enterprisename\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296080280\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Enterprise Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم المنشأه الصحية\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296081331\",\"label_ar\":\"اسم مالك المنشأه\",\"label_en\":\"Enterprise Owner Name\",\"db_field_name\":\"licenseren_enterpriseownername\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296081331\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Enterprise Owner Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم مالك المنشأه\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296082566\",\"label_ar\":\"عنوان المكان\",\"label_en\":\"Address\",\"db_field_name\":\"licenseren_address\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296082566\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Address\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل عنوان المكان\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296086698\",\"label_ar\":\"نوع النشاط\",\"label_en\":\"Activity Type\",\"db_field_name\":\"licenseren_activitytype\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296086698\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Activity Type\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل نوع النشاط\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296088065\",\"label_ar\":\"رقم الترخيص\",\"label_en\":\"License number\",\"db_field_name\":\"licenseren_licensenumber\",\"field_order\":5,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296088065\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter License number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم الترخيص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296089065\",\"label_ar\":\"رقم التلفون\",\"label_en\":\"Phone\",\"db_field_name\":\"licenseren_phone\",\"field_order\":6,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296089065\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Phone\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم التلفون\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"15\",\"title_ar\":\"بيانات طالب الترخيص\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603292884\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603296367344\",\"label_ar\":\"اسم طالب الترخيص\",\"label_en\":\"Applicant Name\",\"db_field_name\":\"licenseren_applicantname\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296367344\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Applicant Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل اسم طالب الترخيص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296369058\",\"label_ar\":\"رقم تلفونه\",\"label_en\":\"Applicant Phone\",\"db_field_name\":\"licenseren_applicantphone\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296369058\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Applicant Phone\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم تلفونه\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296370643\",\"label_ar\":\"صفته\",\"label_en\":\"described\",\"db_field_name\":\"licenseren_described\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296370643\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter described\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل صفته\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"15\",\"title_ar\":\"بيانات المسؤول الفني\",\"title_en\":\"New Section\",\"block_order\":3,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1603296355480\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1603296562576\",\"label_ar\":\"المدير الفني\",\"label_en\":\"Technical Director\",\"db_field_name\":\"licenseren_technicaldirector\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296562576\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Technical Director\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل المدير الفني\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296725228\",\"label_ar\":\"المؤهل العملي\",\"label_en\":\"Qualification\",\"db_field_name\":\"licenseren_qualification\",\"field_order\":2,\"field_type\":\"select_option\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296725228\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"1\",\"lookup_data_source\":\"list\",\"lookup_attributes\":\"[{\\\"id\\\":\\\"1\\\",\\\"text\\\":\\\"diploma - دبلوم\\\"},{\\\"id\\\":\\\"2\\\",\\\"text\\\":\\\"Bachelor - بكالوريوس\\\"},{\\\"id\\\":\\\"3\\\",\\\"text\\\":\\\"Master - ماجستير\\\"},{\\\"id\\\":\\\"4\\\",\\\"text\\\":\\\"Phd - دكتوراة\\\"}]\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296566209\",\"label_ar\":\"رقم ترخيص مزاولة المهنة\",\"label_en\":\"Profession license number\",\"db_field_name\":\"licenseren_professionlicenseno\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296566209\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Profession license number\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل رقم ترخيص مزاولة المهنة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296567849\",\"label_ar\":\"تاريخ اصدارها\",\"label_en\":\"Issue date\",\"db_field_name\":\"licenseren_issuedate\",\"field_order\":4,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296567849\\\",\\\"text_field_type\\\":\\\"Date\\\",\\\"placeholder_en\\\":\\\"Please enter Issue date\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل تاريخ اصدارها\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1603296962255\",\"label_ar\":\"كشف الموزعين\",\"label_en\":\"Distributors List\",\"db_field_name\":\"licenseren_distributorslist\",\"field_order\":5,\"field_type\":\"file_upload\",\"field_attributes\":\"{\\\"id\\\":\\\"1603296962255\\\",\\\"text_field_type\\\":\\\"\\\",\\\"placeholder_en\\\":\\\"\\\",\\\"placeholder_ar\\\":\\\"\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"jpg,pdf,doc,docx\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1603292441\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"بيانات المنشأه\">\n            <h5>\n                <div>\n                    <label class=\"name\">New Section</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Enterprise Name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296080280\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296080280\" label_en=\"Enterprise Name\" label_ar=\"اسم المنشأه الصحية\" database_name=\"enterprisename\" default_value=\"\" placeholder_en=\"Please enter Enterprise Name\" placeholder_ar=\"من فضلك أدخل اسم المنشأه الصحية\" placeholder=\"Please enter Enterprise Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Enterprise Owner Name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296081331\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296081331\" label_en=\"Enterprise Owner Name\" label_ar=\"اسم مالك المنشأه\" database_name=\"enterpriseownername\" default_value=\"\" placeholder_en=\"Please enter Enterprise Owner Name\" placeholder_ar=\"من فضلك أدخل اسم مالك المنشأه\" placeholder=\"Please enter Enterprise Owner Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Address</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296082566\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296082566\" label_en=\"Address\" label_ar=\"عنوان المكان\" database_name=\"address\" default_value=\"\" placeholder_en=\"Please enter Address\" placeholder_ar=\"من فضلك أدخل عنوان المكان\" placeholder=\"Please enter Address\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Activity Type</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296086698\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296086698\" label_en=\"Activity Type\" label_ar=\"نوع النشاط\" database_name=\"activitytype\" default_value=\"\" placeholder_en=\"Please enter Activity Type\" placeholder_ar=\"من فضلك أدخل نوع النشاط\" placeholder=\"Please enter Activity Type\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">License number</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296088065\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296088065\" label_en=\"License number\" label_ar=\"رقم الترخيص\" database_name=\"licensenumber\" default_value=\"\" placeholder_en=\"Please enter License number\" placeholder_ar=\"من فضلك أدخل رقم الترخيص\" placeholder=\"Please enter License number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Phone</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296089065\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296089065\" label_en=\"Phone\" label_ar=\"رقم التلفون\" database_name=\"phone\" default_value=\"\" placeholder_en=\"Please enter Phone\" placeholder_ar=\"من فضلك أدخل رقم التلفون\" placeholder=\"Please enter Phone\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li>\n    <section class=\"form_section container\" id=\"1603292884\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"بيانات طالب الترخيص\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Applicant Name</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296367344\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296367344\" label_en=\"Applicant Name\" label_ar=\"اسم طالب الترخيص\" database_name=\"applicantname\" default_value=\"\" placeholder_en=\"Please enter Applicant Name\" placeholder_ar=\"من فضلك أدخل اسم طالب الترخيص\" placeholder=\"Please enter Applicant Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Applicant Phone</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296369058\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296369058\" label_en=\"Applicant Phone\" label_ar=\"رقم تلفونه\" database_name=\"applicantphone\" default_value=\"\" placeholder_en=\"Please enter Applicant Phone\" placeholder_ar=\"من فضلك أدخل رقم تلفونه\" placeholder=\"Please enter Applicant Phone\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">described</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296370643\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296370643\" label_en=\"described\" label_ar=\"صفته\" database_name=\"described\" default_value=\"\" placeholder_en=\"Please enter described\" placeholder_ar=\"من فضلك أدخل صفته\" placeholder=\"Please enter described\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1603296355480\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" section_title_ar=\"بيانات المسؤول الفني\" style=\"background-color: rgb(246, 246, 246); height: auto;\">\n            <h5>\n            <div>\n                <label class=\"name\">New Section</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Technical Director</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296562576\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296562576\" label_en=\"Technical Director\" label_ar=\"المدير الفني\" database_name=\"technicaldirector\" default_value=\"\" placeholder_en=\"Please enter Technical Director\" placeholder_ar=\"من فضلك أدخل المدير الفني\" placeholder=\"Please enter Technical Director\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li class=\"\" style=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\" style=\"width: 334px;\"><label class=\"control-label\">Qualification</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><select id=\"1603296725228\" input-type=\"select_option\" class=\"form-control show_popup_select_option toggle_preview_show_popup_select_option field_attr\" field_size=\"col-sm-3\" item_id=\"1603296725228\" label_en=\"Qualification\" label_ar=\"المؤهل العملي\" database_name=\"qualification\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" list_select_option=\" <tr><td>1</td><td>diploma</td><td>دبلوم</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>2</td><td>Bachelor</td><td>بكالوريوس</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>3</td><td>Master</td><td>ماجستير</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr><tr><td>4</td><td>Phd</td><td>دكتوراة</td><td><a class=&quot;add&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: none;&quot; data-original-title=&quot;Add&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;edit&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; style=&quot;display: inline-block;&quot; data-original-title=&quot;Edit&quot;><i class=&quot;material-icons&quot;></i></a><a class=&quot;delete_item&quot; title=&quot;&quot; data-toggle=&quot;tooltip&quot; data-original-title=&quot;Delete&quot;><i class=&quot;material-icons&quot;></i></a></td></tr>\" is_required=\"1\"><option value=\"1\">diploma - دبلوم<!--<label--></option><option value=\"2\">Bachelor - بكالوريوس<!--<label--></option><option value=\"3\">Master - ماجستير<!--<label--></option><option value=\"4\">Phd - دكتوراة<!--<label--></option></select></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize required\"><label class=\"control-label\">Profession license number</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296566209\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296566209\" label_en=\"Profession license number\" label_ar=\"رقم ترخيص مزاولة المهنة\" database_name=\"professionlicenseno\" default_value=\"\" placeholder_en=\"Please enter Profession license number\" placeholder_ar=\"من فضلك أدخل رقم ترخيص مزاولة المهنة\" placeholder=\"Please enter Profession license number\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Issue date</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1603296567849\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1603296567849\" label_en=\"Issue date\" label_ar=\"تاريخ اصدارها\" database_name=\"issuedate\" default_value=\"\" placeholder_en=\"Please enter Issue date\" placeholder_ar=\"من فضلك أدخل تاريخ اصدارها\" placeholder=\"Please enter Issue date\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Date\" from_date=\"\" to_date=\"\"><i style=\"margin-top: -25px;\" class=\"fa fa-calendar\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Distributors List</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a><input type=\"file\" id=\"1603296962255\" input-type=\"file_upload\" class=\"form-control show_popup_file_upload toggle_preview_show_popup_file_upload field_attr\" onclick=\"return false;\" field_size=\"col-sm-3\" item_id=\"1603296962255\" label_en=\"Distributors List\" label_ar=\"كشف الموزعين\" database_name=\"distributorslist\" max_file_size=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" file_type=\"jpg,pdf,doc,docx\" is_required=\"0\"></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', NULL, '2022-06-05 06:04:26', 1, NULL, NULL, '2022-06-05 06:04:26', NULL),
(50, 1, 13, 0, 1, 'فحص', 'test', 'فحص', 'test', '1', 'test', '[{\"form_id_fk\":\"50\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1655194133\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1655194138874\",\"label_ar\":\"فحص\",\"label_en\":\"test\",\"db_field_name\":\"test_test\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1655194138874\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter test\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل فحص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1655194133\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">test</label><a class=\"move_element toggle_preview\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1655194138874\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1655194138874\" label_en=\"test\" label_ar=\"فحص\" database_name=\"test\" default_value=\"\" placeholder_en=\"Please enter test\" placeholder_ar=\"من فضلك أدخل فحص\" placeholder=\"Please enter test\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2022-06-14 05:08:53', 1, NULL, NULL, '2022-06-14 05:09:34', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(51, 1, 14, 0, 1, 'فحص 123', 'test 123', 'فحص 123', 'test 123', '1', 'testtest', '[{\"form_id_fk\":\"51\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656505933\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1656505937933\",\"label_ar\":\"فحص \",\"label_en\":\"teswt\",\"db_field_name\":\"testtest_teswt\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1656505937933\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter teswt\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل فحص \\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"51\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656506581\\\"}\",\"is_grid\":\"0\",\"fields\":[]},{\"form_id_fk\":\"51\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":3,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656505958036\\\"}\",\"is_grid\":\"0\",\"fields\":[]},{\"form_id_fk\":\"51\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":4,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656505958303\\\"}\",\"is_grid\":\"0\",\"fields\":[]}]', '<li>\n        <section class=\"form_section container\" id=\"1656505933\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">teswt</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1656505937933\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1656505937933\" label_en=\"teswt\" label_ar=\"فحص \" database_name=\"teswt\" default_value=\"\" placeholder_en=\"Please enter teswt\" placeholder_ar=\"من فضلك أدخل فحص \" placeholder=\"Please enter teswt\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li>\n    <section class=\"form_section container\" id=\"1656506581\" background_color=\"#f6f6f6\" section_title_en=\"New Section\">\n            <h5>\n            <div>\n                <label class=\"name\">\n                    New Section\n                </label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"></ul>\n            </div>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1656505958036\" background_color=\"#f6f6f6\" section_title_en=\"New Section\">\n            <h5>\n            <div>\n                <label class=\"name\">\n                    New Section\n                </label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"></ul>\n            </div>\n            \n        </section>\n    </li><li>\n    <section class=\"form_section container\" id=\"1656505958303\" background_color=\"#f6f6f6\" section_title_en=\"New Section\">\n            <h5>\n            <div>\n                <label class=\"name\">\n                    New Section\n                </label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2022-06-29 11:25:19', 1, NULL, NULL, '2022-06-29 12:33:07', 1),
(52, 1, 15, 0, 1, 'فحص جديد', 'test new', 'فحص جديد', 'test new', '1', 'testnew', '[{\"form_id_fk\":\"52\",\"title_ar\":\"جديد\",\"title_en\":\"new\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656582734\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1656582739527\",\"label_ar\":\"فحص\",\"label_en\":\"test\",\"db_field_name\":\"testnew_test\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1656582739527\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter test\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل فحص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"52\",\"title_ar\":\"للخطوة\",\"title_en\":\"with step\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656582769189\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1656582769138\",\"label_ar\":\"فحص\",\"label_en\":\"test\",\"db_field_name\":\"testnew_testcopy\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1656582769138\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter test\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل فحص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1656582734\" background_color=\"#f6f6f6\" section_title_en=\"new\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"جديد\">\n            <h5>\n                <div>\n                    <label class=\"name\">new</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">test</label><a class=\"move_element toggle_preview\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1656582739527\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1656582739527\" label_en=\"test\" label_ar=\"فحص\" database_name=\"test\" default_value=\"\" placeholder_en=\"Please enter test\" placeholder_ar=\"من فضلك أدخل فحص\" placeholder=\"Please enter test\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li>\n        <section class=\"form_section container\" id=\"1656582769189\" background_color=\"#f6f6f6\" section_title_en=\"with step\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"للخطوة\">\n            <h5>\n                <div>\n                    <label class=\"name\">with step</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1656582768504\" item_id=\"1656582768504\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">test</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1656582769138\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1656582769138\" label_en=\"test\" label_ar=\"فحص\" database_name=\"testcopy\" default_value=\"\" placeholder_en=\"Please enter test\" placeholder_ar=\"من فضلك أدخل فحص\" placeholder=\"Please enter test\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>', 1, '2022-06-30 09:52:13', 1, NULL, NULL, '2022-06-30 09:54:12', 1),
(53, 1, 1, 1, 2, 'تركيب عداد جديد', 'New counter', 'عداد', 'counter', '1', 'newcounter', '[{\"form_id_fk\":\"1\",\"title_ar\":\"\",\"title_en\":\"New Section\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555505366\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1555505382721\",\"label_ar\":\"الهاتف\",\"label_en\":\"Phone\",\"db_field_name\":\"newcounter_phone\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505382721\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter Phone\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الهاتف\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"1\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555505384809\",\"label_ar\":\"المحمول\",\"label_en\":\"Mobile\",\"db_field_name\":\"newcounter_mobile\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505384809\\\",\\\"text_field_type\\\":\\\"Digits\\\",\\\"placeholder_en\\\":\\\"Please enter Mobile\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل المحمول\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"1\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555505388126\",\"label_ar\":\"المدينة\",\"label_en\":\"City\",\"db_field_name\":\"newcounter_city\",\"field_order\":3,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505388126\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter City\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل المدينة\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-3\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"1\",\"title_ar\":\"العائلة\",\"title_en\":\"Family\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1555505525070\\\"}\",\"is_grid\":\"1\",\"fields\":[{\"item_id\":\"1555505577995\",\"label_ar\":\"الإسم\",\"label_en\":\"Name\",\"db_field_name\":\"newcounter_name\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505577995\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Name\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل الإسم\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"},{\"item_id\":\"1555505602449\",\"label_ar\":\"العمر\",\"label_en\":\"Age\",\"db_field_name\":\"newcounter_age\",\"field_order\":2,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1555505602449\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter Age\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل العمر\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"0\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-1\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1555505366\" background_color=\"#f6f6f6\" section_title_en=\"New Section\" style=\"height: auto;\">\n            <h5>\n                <div>\n                    <label class=\"name\">\n                        New Section\n                    </label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable drag-hover\">\n                <p class=\"toggle_preview\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li style=\"\" class=\"\"><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Phone</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505382721\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1555505382721\" label_en=\"Phone\" label_ar=\"الهاتف\" database_name=\"phone\" default_value=\"1\" placeholder_en=\"Please enter Phone\" placeholder_ar=\"من فضلك أدخل الهاتف\" placeholder=\"Please enter Phone\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Mobile</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505384809\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1555505384809\" label_en=\"Mobile\" label_ar=\"المحمول\" database_name=\"mobile\" default_value=\"1\" placeholder_en=\"Please enter Mobile\" placeholder_ar=\"من فضلك أدخل المحمول\" placeholder=\"Please enter Mobile\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Digits\" min_value=\"\" max_value=\"\" step_value=\"\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"fa fa-sort-numeric-asc\"></i></div></li><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">City</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505388126\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-3\" item_id=\"1555505388126\" label_en=\"City\" label_ar=\"المدينة\" database_name=\"city\" default_value=\"\" placeholder_en=\"Please enter City\" placeholder_ar=\"من فضلك أدخل المدينة\" placeholder=\"Please enter City\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul><li>\n    <section class=\"form_section container\" id=\"1555505525070\" background_color=\"#f6f6f6\" section_title_en=\"Family\" is_grid=\"1\" section_title_ar=\"العائلة\" style=\"background-color: rgb(246, 246, 246);\">\n            <h5>\n            <div>\n                <label class=\"name\">Family</label>\n                <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n            \n                    \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                    \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                <span style=\"padding-left:60px;font-size: 18px;\" class=\"toggle_preview\">\n                    <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                    <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                    <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                    <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    <a class=\"add_column\"><i class=\"fa fa-plus\" title=\"Add Column\" style=\"color:green;\"></i> </a>\n                </span>\n            </div>\n                        \n            </h5>\n            \n            \n					<table id=\"1555505524644\">\n						<tbody>\n							<tr>\n								<td class=\"mark dark\" width=\"150\">Column 1 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td>\n							<td class=\"mark dark\" width=\"150\">Column 2 <a class=\"delete_column\"><i class=\"fa fa-trash\" title=\"Delete Column\" style=\"color:red;\"></i></a></td></tr>\n							<tr>\n								<td>\n                                    <div class=\"ui-widget-header grid_droppable ui-droppable\">\n                                        <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Name</label><a class=\"move_element toggle_preview ui-sortable-handle\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505577995\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-1\" item_id=\"1555505577995\" label_en=\"Name\" label_ar=\"الإسم\" database_name=\"name\" default_value=\"\" placeholder_en=\"Please enter Name\" placeholder_ar=\"من فضلك أدخل الإسم\" placeholder=\"Please enter Name\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n                                    </div>\n                                </td>\n							<td><div class=\"ui-widget-header grid_droppable ui-droppable\"><ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 field_resize toggle_preview_field_resize\"><label class=\"control-label\">Age</label><a class=\"move_element toggle_preview\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1555505602449\" input-type=\"text_field\" class=\"form-control show_popup toggle_preview_show_popup field_attr\" style=\"text-indent: 10px;\" field_size=\"col-sm-1\" item_id=\"1555505602449\" label_en=\"Age\" label_ar=\"العمر\" database_name=\"age\" default_value=\"\" placeholder_en=\"Please enter Age\" placeholder_ar=\"من فضلك أدخل العمر\" placeholder=\"Please enter Age\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"0\" text_field_type=\"Alpha Numeric\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul></div></td></tr>\n							\n						</tbody>\n					</table>\n            \n        </section>\n    </li>', NULL, '2022-06-30 13:23:46', 1, NULL, NULL, '2022-06-30 13:23:46', NULL),
(54, 1, 15, 52, 2, 'فحص جديد', 'test new', 'فحص جديد', 'test new', '1', 'testnew', '[{\"form_id_fk\":\"54\",\"title_ar\":\"جديد\",\"title_en\":\"new\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656582734\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1656582739527\",\"label_ar\":\"فحص\",\"label_en\":\"test\",\"db_field_name\":\"testnew_test\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1656582739527\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter test\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل فحص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"54\",\"title_ar\":\"للخطوة\",\"title_en\":\"with step\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656582769189\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1656582769138\",\"label_ar\":\"فحص\",\"label_en\":\"test\",\"db_field_name\":\"testnew_testcopy\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1656582769138\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter test\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل فحص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1656582734\" background_color=\"#f6f6f6\" section_title_en=\"new\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"جديد\">\n            <h5>\n                <div>\n                    <label class=\"name\">new</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">test</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1656582739527\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1656582739527\" label_en=\"test\" label_ar=\"فحص\" database_name=\"test\" default_value=\"\" placeholder_en=\"Please enter test\" placeholder_ar=\"من فضلك أدخل فحص\" placeholder=\"Please enter test\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li>\n        <section class=\"form_section container\" id=\"1656582769189\" background_color=\"#f6f6f6\" section_title_en=\"with step\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"للخطوة\">\n            <h5>\n                <div>\n                    <label class=\"name\">with step</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1656582768504\" item_id=\"1656582768504\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">test</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1656582769138\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1656582769138\" label_en=\"test\" label_ar=\"فحص\" database_name=\"testcopy\" default_value=\"\" placeholder_en=\"Please enter test\" placeholder_ar=\"من فضلك أدخل فحص\" placeholder=\"Please enter test\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>', 1, '2022-06-30 13:24:08', 1, NULL, NULL, '2022-06-30 13:24:25', 1);
INSERT INTO `es_form_templates` (`form_id`, `org_id_fk`, `transaction_type_id_fk`, `form_parent_id_fk`, `form_version`, `title_ar`, `title_en`, `subtitle_ar`, `subtitle_en`, `form_settings`, `db_table_name`, `form_json`, `form_html`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(55, 1, 15, 54, 3, 'فحص جديد', 'test new', 'فحص جديد', 'test new', '1', 'testnew', '[{\"form_id_fk\":\"55\",\"title_ar\":\"جديد\",\"title_en\":\"new\",\"block_order\":1,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656582734\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1656582739527\",\"label_ar\":\"فحص\",\"label_en\":\"test\",\"db_field_name\":\"testnew_test\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1656582739527\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter test\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل فحص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]},{\"form_id_fk\":\"55\",\"title_ar\":\"للخطوة\",\"title_en\":\"with step\",\"block_order\":2,\"block_setting\":\"{\\\"background_color\\\":\\\"#f6f6f6\\\",\\\"block_id\\\":\\\"1656582769189\\\"}\",\"is_grid\":\"0\",\"fields\":[{\"item_id\":\"1656582769138\",\"label_ar\":\"فحص\",\"label_en\":\"test\",\"db_field_name\":\"testnew_testcopy\",\"field_order\":1,\"field_type\":\"text_field\",\"field_attributes\":\"{\\\"id\\\":\\\"1656582769138\\\",\\\"text_field_type\\\":\\\"Alpha Numeric\\\",\\\"placeholder_en\\\":\\\"Please enter test\\\",\\\"placeholder_ar\\\":\\\"من فضلك أدخل فحص\\\",\\\"min_lenght\\\":\\\"\\\",\\\"max_lenght\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"is_required\\\":\\\"1\\\",\\\"min_value\\\":\\\"\\\",\\\"max_value\\\":\\\"\\\",\\\"step_value\\\":\\\"\\\",\\\"from_date\\\":\\\"\\\",\\\"to_date\\\":\\\"\\\",\\\"cols_num_text_area\\\":\\\"\\\",\\\"rows_num_text_area\\\":\\\"\\\",\\\"text_area_type\\\":\\\"\\\",\\\"field_size\\\":\\\"col-sm-2\\\",\\\"for_use_by\\\":\\\"both\\\",\\\"for_use_by_group_id_fk\\\":\\\"\\\",\\\"max_file_size\\\":\\\"\\\",\\\"file_type\\\":\\\"\\\",\\\"textfield_api_type\\\":\\\"\\\",\\\"textfield_api_url\\\":\\\"\\\",\\\"textfield_api_header\\\":\\\"\\\",\\\"textfield_api_real_value\\\":\\\"\\\",\\\"depend_on_id_of_textfield\\\":\\\"\\\",\\\"textfield_api_column\\\":\\\"\\\"}\",\"has_lookup\":\"0\",\"lookup_data_source\":\"\",\"lookup_attributes\":\"\\\"\\\"\",\"is_calculated\":\"0\",\"calculated_attributes\":\"\\\"\\\"\"}]}]', '<li>\n        <section class=\"form_section container\" id=\"1656582734\" background_color=\"#f6f6f6\" section_title_en=\"new\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"جديد\">\n            <h5>\n                <div>\n                    <label class=\"name\">new</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">test</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1656582739527\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1656582739527\" label_en=\"test\" label_ar=\"فحص\" database_name=\"test\" default_value=\"\" placeholder_en=\"Please enter test\" placeholder_ar=\"من فضلك أدخل فحص\" placeholder=\"Please enter test\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>\n<li>\n        <section class=\"form_section container\" id=\"1656582769189\" background_color=\"#f6f6f6\" section_title_en=\"with step\" style=\"height: auto; background-color: rgb(246, 246, 246);\" section_title_ar=\"للخطوة\">\n            <h5>\n                <div>\n                    <label class=\"name\">with step</label>\n                    <input class=\"com_text\" type=\"text\" style=\"display:none;\" maxlength=\"100\" id=\"1656582768504\" item_id=\"1656582768504\" database_name=\"undefinedcopy\">	\n                \n                        \n                    <button class=\"save_section\" type=\"button\" style=\"display:none;\">Save</button>\n                        \n                    <button class=\"cancel_edit\" type=\"button\" style=\"display:none;\">Cancel</button> \n\n                    <span style=\"padding-left: 60px; font-size: 18px; display: inline;\" class=\"toggle_preview\">\n                        <a class=\"copy_section\"><i class=\"fa fa-clone\" title=\"Copy section\"></i> </a>\n                        <a class=\"move_section ui-sortable-handle\" style=\"padding-right:80px;\"><i class=\"fa fa-arrows\" title=\"Move section\"></i> </a>\n                        <a class=\"delete_section\"><i class=\"fa fa-trash\" title=\"Delete section\" style=\"color:red;\"></i> </a>\n                        <a class=\"edit_section_attr\"><i class=\"fa fa-edit\" title=\"Edit section\" style=\"color:blue;\"></i> </a>\n                    </span>\n                </div>\n                        \n            </h5>\n            \n            <div class=\"ui-widget-header droppable ui-droppable\">\n                <p class=\"toggle_preview\" style=\"display: block;\">Drag Items Here!</p>\n                <ul class=\"sortable grid ui-sortable\" style=\"padding-left: 0px !important;\"><li><div class=\"form-group col-sm-12 toggle_preview_field_resize required field_resize\"><label class=\"control-label\">test</label><a class=\"move_element toggle_preview ui-sortable-handle\" style=\"display: inline;\"> <i class=\"fa fa-arrows\" title=\"Move Element\"></i> </a> <input type=\"text\" id=\"1656582769138\" input-type=\"text_field\" class=\"form-control toggle_preview_show_popup field_attr show_popup\" style=\"text-indent: 10px;\" field_size=\"col-sm-2\" item_id=\"1656582769138\" label_en=\"test\" label_ar=\"فحص\" database_name=\"testcopy\" default_value=\"\" placeholder_en=\"Please enter test\" placeholder_ar=\"من فضلك أدخل فحص\" placeholder=\"Please enter test\" min_lenght=\"\" max_lenght=\"\" for_use_by=\"both\" for_use_by_group_id_fk=\"\" is_required=\"1\" text_field_type=\"Alpha Numeric\" maxlength=\"100\"><i style=\"margin-top: -25px;\" class=\"\"></i></div></li></ul>\n            </div>\n            \n        </section>\n    </li>        <ul>\n\n    \n    </ul>        <ul>\n\n    \n    </ul>', 1, '2022-07-02 12:53:00', 1, NULL, NULL, '2022-07-02 12:53:16', 1);

-- --------------------------------------------------------

--
-- Table structure for table `es_groups`
--

CREATE TABLE `es_groups` (
  `group_id` bigint(11) NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `name_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `status` int(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(255) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_groups`
--

INSERT INTO `es_groups` (`group_id`, `org_id_fk`, `name_ar`, `name_en`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, NULL, 'مدير النظام', 'Admin', 2, '2018-06-28 04:44:28', NULL, NULL, NULL, NULL, NULL),
(2, 1, 'رؤساء اقسام', 'Head of Departments', NULL, '2019-03-31 04:21:37', 1, NULL, NULL, '2019-03-31 04:21:37', NULL),
(3, 1, 'موظفين خدمات جمهور', 'Public Services Officers', NULL, '2019-03-31 04:22:24', 1, NULL, NULL, '2019-03-31 04:22:24', NULL),
(4, 1, 'اخرى', 'others', NULL, '2019-03-31 04:22:56', 1, NULL, NULL, '2019-03-31 04:22:56', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_group_functions`
--

CREATE TABLE `es_group_functions` (
  `group_func_id` bigint(11) NOT NULL,
  `function_id` bigint(11) DEFAULT NULL,
  `group_id` bigint(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_group_functions`
--

INSERT INTO `es_group_functions` (`group_func_id`, `function_id`, `group_id`) VALUES
(1, 1, 1),
(2, 2, 1),
(3, 4, 1),
(4, 5, 1),
(5, 6, 1),
(6, 7, 1),
(7, 8, 1),
(8, 9, 1),
(9, 10, 1),
(10, 11, 1),
(11, 12, 1),
(12, 13, 1),
(13, 14, 1),
(14, 15, 1),
(15, 16, 1),
(16, 17, 1),
(17, 18, 1),
(18, 19, 1),
(19, 20, 1),
(20, 23, 1),
(21, 25, 1),
(22, 26, 1),
(23, 27, 1),
(24, 29, 1),
(25, 28, 1),
(26, 30, 1),
(27, 31, 1),
(28, 32, 1),
(29, 33, 1),
(30, 34, 1),
(31, 35, 1),
(32, 36, 1),
(33, 37, 1),
(34, 38, 1),
(35, 39, 1),
(36, 40, 1),
(37, 41, 1),
(38, 42, 1),
(39, 43, 1),
(40, 44, 1),
(41, 45, 1),
(42, 46, 1),
(43, 47, 1),
(44, 48, 1),
(45, 49, 1),
(46, 50, 1),
(47, 54, 1),
(48, 55, 1),
(49, 56, 1),
(50, 57, 1),
(51, 58, 1),
(52, 59, 1),
(53, 60, 1),
(54, 61, 1),
(55, 62, 1),
(56, 63, 1),
(57, 64, 1),
(58, 65, 1),
(59, 66, 1),
(60, 67, 1),
(61, 68, 1),
(62, 69, 1),
(63, 70, 1),
(64, 71, 1),
(65, 72, 1),
(66, 73, 1),
(67, 74, 1),
(68, 75, 1),
(69, 76, 1),
(70, 77, 1),
(71, 78, 1),
(72, 79, 1),
(73, 80, 1),
(74, 81, 1),
(75, 82, 1),
(76, 83, 1),
(77, 84, 1),
(78, 85, 1),
(79, 86, 1),
(80, 87, 1),
(81, 88, 1),
(82, 89, 1),
(83, 90, 1),
(84, 91, 1),
(85, 92, 1),
(86, 93, 1),
(87, 94, 1),
(88, 95, 1),
(89, 96, 1),
(90, 97, 1),
(91, 98, 1),
(92, 99, 1),
(93, 100, 1),
(94, 101, 1),
(95, 102, 1),
(96, 103, 1),
(97, 104, 1),
(98, 105, 1),
(99, 106, 1),
(100, 107, 1),
(101, 108, 1),
(102, 109, 1),
(103, 110, 1),
(104, 111, 1),
(105, 112, 1),
(106, 113, 1),
(107, 114, 1),
(108, 115, 1),
(109, 116, 1),
(1065, 128, 1),
(1064, 127, 1),
(1063, 126, 1),
(1062, 125, 1),
(1061, 124, 1),
(1060, 123, 1),
(1059, 122, 1),
(1058, 121, 1),
(1057, 120, 1),
(1056, 119, 1),
(1055, 118, 1),
(321, 117, 1),
(1171, 129, 1),
(1172, 130, 1),
(1173, 131, 1),
(1174, 132, 1),
(1175, 133, 1),
(1176, 134, 1),
(1177, 135, 1),
(1178, 136, 1),
(1580, 137, 1),
(1581, 138, 1),
(1582, 139, 1),
(1583, 140, 1),
(1584, 141, 1),
(1585, 142, 1),
(1586, 143, 1),
(1587, 144, 1),
(1588, 145, 1),
(1589, 146, 1),
(1590, 147, 1),
(1591, 149, 1),
(1592, 150, 1),
(1593, 151, 1),
(1594, 152, 1),
(1595, 153, 1),
(1596, 154, 1),
(1597, 155, 1),
(1598, 156, 1),
(1599, 157, 1),
(1803, 159, 1),
(1802, 148, 1),
(1801, 158, 1),
(1800, 124, 4),
(1799, 123, 4),
(1798, 122, 4),
(1797, 121, 4),
(1796, 120, 4),
(1795, 119, 4),
(1794, 133, 4),
(1793, 132, 4),
(1792, 135, 4),
(1791, 134, 4),
(1790, 118, 4),
(1789, 94, 4),
(1788, 89, 4),
(1831, 132, 3),
(1830, 135, 3),
(1829, 134, 3),
(1828, 118, 3),
(1827, 94, 3),
(1826, 89, 3),
(1825, 148, 3),
(1824, 146, 3),
(1823, 23, 3),
(1822, 11, 3),
(1821, 10, 3),
(1820, 9, 3),
(1819, 8, 3),
(1818, 7, 3),
(1817, 130, 3),
(1816, 87, 3),
(1815, 20, 3),
(1814, 19, 3),
(1813, 18, 3),
(1812, 17, 3),
(1811, 16, 3),
(1810, 129, 3),
(1809, 86, 3),
(1808, 6, 3),
(1807, 5, 3),
(1806, 4, 3),
(1805, 2, 3),
(1804, 1, 3),
(1759, 124, 2),
(1758, 123, 2),
(1757, 122, 2),
(1756, 121, 2),
(1755, 120, 2),
(1754, 119, 2),
(1753, 133, 2),
(1752, 132, 2),
(1751, 135, 2),
(1750, 134, 2),
(1749, 118, 2),
(1748, 94, 2),
(1747, 89, 2),
(1832, 133, 3),
(1833, 119, 3),
(1834, 120, 3),
(1835, 121, 3),
(1836, 122, 3),
(1837, 123, 3),
(1838, 124, 3),
(1839, 160, 1),
(1840, 161, 1);

-- --------------------------------------------------------

--
-- Table structure for table `es_holidays`
--

CREATE TABLE `es_holidays` (
  `holiday_id` bigint(11) NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `start_date` date NOT NULL,
  `end_date` date NOT NULL,
  `status_cd` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(20) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_holidays`
--

INSERT INTO `es_holidays` (`holiday_id`, `org_id_fk`, `name_ar`, `name_en`, `start_date`, `end_date`, `status_cd`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 'عطلة عيد القطر', 'Eed Alfeter', '2019-05-31', '2019-06-07', 2, '2019-11-04 10:23:21', 1, NULL, NULL, '2019-11-04 10:23:21', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_lookups`
--

CREATE TABLE `es_lookups` (
  `lookup_id` int(11) NOT NULL,
  `is_managed` int(11) DEFAULT 0,
  `org_id_fk` int(11) DEFAULT NULL,
  `lookup_parent_id_fk` int(11) DEFAULT NULL,
  `s_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'USERS_GENDERS, COUNTRIES, CITIES, DISTRICT,religions,',
  `name_en` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `name_ar` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `extra_1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `extra_2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `extra_3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `extra_4` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `comment` varchar(1024) COLLATE utf8_unicode_ci DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `created_by` bigint(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_lookups`
--

INSERT INTO `es_lookups` (`lookup_id`, `is_managed`, `org_id_fk`, `lookup_parent_id_fk`, `s_key`, `name_en`, `name_ar`, `extra_1`, `extra_2`, `extra_3`, `extra_4`, `comment`, `created_at`, `created_by`, `updated_at`, `updated_by`, `deleted_at`, `deleted_by`) VALUES
(1, 0, 1, 0, 'status', 'Status', 'الحالة', NULL, NULL, NULL, NULL, NULL, '2018-07-07 01:31:18', NULL, '2018-07-07 01:31:18', NULL, NULL, NULL),
(2, 0, 1, 1, 'status', 'Enabled', 'مفعل', NULL, NULL, NULL, NULL, NULL, '2018-07-07 01:33:15', NULL, NULL, NULL, NULL, NULL),
(3, 0, 1, 1, 'status', 'Disabled', 'غير مفعل', NULL, NULL, NULL, NULL, NULL, '2018-07-07 01:33:15', NULL, NULL, NULL, NULL, NULL),
(4, 0, 1, 0, 'gender', 'Gender', 'الجنس', NULL, NULL, NULL, NULL, NULL, '2018-07-07 01:33:54', NULL, '2018-07-07 01:33:54', NULL, NULL, NULL),
(5, 0, 1, 0, 'security_question', 'Security Question', 'سؤال الأمان', NULL, NULL, NULL, NULL, NULL, '2018-07-07 03:01:03', NULL, NULL, NULL, NULL, NULL),
(6, 0, 1, 4, 'gender', 'Male', 'ذكر', NULL, NULL, NULL, NULL, NULL, '2018-07-07 03:02:19', NULL, NULL, NULL, NULL, NULL),
(7, 0, 1, 4, 'gender', 'Female', 'أنثى', NULL, NULL, NULL, NULL, NULL, '2018-07-07 03:02:19', NULL, NULL, NULL, NULL, NULL),
(8, 0, 1, 0, 'district', 'District', 'المحافظة', NULL, NULL, NULL, NULL, NULL, '2018-07-07 03:04:52', NULL, NULL, NULL, NULL, NULL),
(9, 0, 1, 8, 'district', 'Gaza', 'غزة', NULL, NULL, NULL, NULL, NULL, '2018-07-07 03:05:21', NULL, '2018-08-28 23:42:43', NULL, NULL, 1),
(10, 0, 1, 9, 'city', 'Gaza', 'غزة', NULL, NULL, NULL, NULL, NULL, '2018-07-07 03:05:54', NULL, NULL, NULL, NULL, NULL),
(11, 0, 1, 9, 'city', 'Khanyonis', 'خانيونس', NULL, NULL, NULL, NULL, NULL, '2018-07-07 03:06:19', NULL, NULL, NULL, NULL, NULL),
(12, 0, 1, 10, 'village_camp', 'Shate camp', 'مخيم الشاطى', NULL, NULL, NULL, NULL, NULL, '2018-07-07 03:07:29', NULL, NULL, NULL, NULL, NULL),
(13, 0, 1, 5, 'security_question', 'How are you ?', 'كيف حالك؟', NULL, NULL, NULL, NULL, NULL, '2018-07-08 00:04:20', NULL, '2018-07-08 00:04:20', NULL, NULL, NULL),
(14, 0, 1, 0, 'sector', 'Sector', 'القطاع', NULL, NULL, NULL, NULL, NULL, '2018-07-08 05:46:25', NULL, '2018-07-08 05:46:25', NULL, NULL, NULL),
(15, 0, 1, 14, 'sector', 'Cars Marketing', 'تجارة السيارات', NULL, NULL, NULL, NULL, NULL, '2018-07-08 05:57:47', NULL, '2018-07-08 05:57:47', NULL, NULL, NULL),
(16, 0, 1, 14, 'sector', 'Property Marketing', 'تجارة الأراضي', NULL, NULL, NULL, NULL, NULL, '2018-07-08 05:59:38', NULL, '2018-07-08 05:59:38', NULL, NULL, NULL),
(17, 0, 1, 1, 'status', 'Blocked', 'محظور', NULL, NULL, NULL, NULL, NULL, '2018-07-10 05:46:37', NULL, '2018-07-10 05:46:37', NULL, NULL, NULL),
(19, 0, 1, 8, 'district', 'Hebron', 'الخليل', NULL, NULL, NULL, NULL, NULL, '2018-07-11 23:30:46', 1, '2018-08-29 00:09:26', NULL, NULL, 1),
(20, 0, 1, 9, 'city', 'Jabalia', 'جباليا', NULL, NULL, NULL, NULL, NULL, '2018-07-12 00:24:46', 1, '2018-07-12 00:31:43', NULL, NULL, NULL),
(21, 0, 1, 9, 'city', 'Del Balah', 'دير البلح', NULL, NULL, NULL, NULL, NULL, '2018-07-12 00:27:26', 1, '2018-08-29 00:16:41', NULL, NULL, 1),
(24, 0, 1, 11, 'village_camp', 'khiza3a', 'خزاعة', NULL, NULL, NULL, NULL, NULL, '2018-07-12 02:16:45', 1, '2018-08-29 02:47:47', NULL, NULL, 1),
(25, 0, 1, 20, 'village_camp', 'camp camp1', '1مخيم مخيم', NULL, NULL, NULL, NULL, NULL, '2018-07-13 22:03:47', 1, '2018-08-29 00:18:40', NULL, NULL, 1),
(27, 0, 1, 0, 'transaction_type', 'Transaction Type', 'نوع العملية', NULL, NULL, NULL, NULL, NULL, '2018-07-15 01:02:05', NULL, NULL, NULL, NULL, NULL),
(28, 0, 1, 27, 'transaction_type', 'Complaints', 'شكاوي', '1', '1', '1', NULL, NULL, '2018-07-15 01:12:52', NULL, NULL, NULL, NULL, NULL),
(29, 0, 1, 27, 'transaction_type', 'Suggestions', 'إقتراحات', '1', '1', '1', NULL, NULL, '2018-07-15 01:12:52', NULL, NULL, NULL, NULL, NULL),
(30, 0, 1, 27, 'transaction_type', 'Services', 'الخدمات', '1', '1', '1', NULL, NULL, '2018-07-15 01:12:52', NULL, NULL, NULL, NULL, NULL),
(32, 0, 1, 0, 'response_time_unit', 'Response Time Unit', 'وحدة وقت الإستجابة', NULL, NULL, NULL, NULL, NULL, '2018-07-16 03:06:47', NULL, NULL, NULL, NULL, NULL),
(33, 0, 1, 32, 'response_time_unit', 'Hour', 'ساعة', NULL, NULL, NULL, NULL, NULL, '2018-07-16 03:07:40', NULL, NULL, NULL, NULL, NULL),
(34, 0, 1, 32, 'response_time_unit', 'Day', 'يوم', NULL, NULL, NULL, NULL, NULL, '2018-07-16 03:08:04', NULL, NULL, NULL, NULL, NULL),
(99, 1, 6, 0, '', 'City', 'المدينة', NULL, NULL, NULL, NULL, NULL, '2018-11-12 05:19:26', 16, '2018-11-12 05:19:26', NULL, NULL, NULL),
(36, 1, 1, 0, 'currency', 'Currency', 'العملة', NULL, NULL, NULL, NULL, NULL, '2018-07-16 03:09:24', NULL, NULL, NULL, NULL, NULL),
(37, 1, 1, 36, 'currency', 'NIS', 'شيكل', '₪', NULL, NULL, NULL, NULL, '2018-07-16 03:10:18', NULL, '2018-10-11 00:00:10', NULL, NULL, 1),
(38, 1, 1, 36, 'currency', 'Dollars', 'دولار', '$', NULL, NULL, NULL, NULL, '2018-07-16 03:10:59', NULL, '2018-10-11 00:00:03', NULL, NULL, 1),
(39, 1, 1, 36, 'currency', 'Dinar', 'دينار', 'JD', NULL, NULL, NULL, NULL, '2018-07-16 03:10:59', NULL, '2018-10-11 00:00:07', NULL, NULL, 0),
(42, 0, 1, 1, 'status', 'Needs Enabling', 'يحتاج للتفعيل', NULL, NULL, NULL, NULL, NULL, '2018-08-28 02:24:41', NULL, NULL, NULL, NULL, NULL),
(45, 1, 1, 0, 'city', 'Devices', 'الأجهزة', NULL, NULL, NULL, NULL, NULL, '2018-09-13 02:13:59', 1, '2018-09-13 02:13:59', NULL, NULL, NULL),
(46, 1, 1, 45, 'city', 'Laptop', 'لابتوب', NULL, NULL, NULL, NULL, NULL, '2018-09-13 02:16:16', 1, '2018-09-13 02:16:16', NULL, NULL, NULL),
(47, 1, 1, 47, 'city', 'اسم', 'اسم', NULL, NULL, NULL, NULL, NULL, '2018-09-13 02:52:27', 1, '2018-10-07 04:35:29', NULL, NULL, NULL),
(48, 0, 0, 8, 'district', 'Ramallah', 'رام الله', NULL, NULL, NULL, NULL, NULL, '2018-10-07 00:04:17', 1, '2018-10-07 00:04:17', NULL, NULL, NULL),
(49, 0, 1, 48, 'city', 'Ramallah', 'رام الله', NULL, NULL, NULL, NULL, NULL, '2018-10-07 00:05:04', 1, '2018-10-07 00:05:04', NULL, NULL, NULL),
(50, 0, 1, 48, 'city', 'Al-Beireh', 'البيرة', NULL, NULL, NULL, NULL, NULL, '2018-10-07 00:05:28', 1, '2018-10-07 00:05:28', NULL, NULL, NULL),
(52, 1, 1, 0, 'city', 'ش', 'ش', NULL, NULL, NULL, NULL, NULL, '2018-10-07 00:12:52', 1, '2018-10-07 00:12:52', NULL, NULL, NULL),
(53, 1, 1, 52, 'city', 'س', 'س', NULL, NULL, NULL, NULL, NULL, '2018-10-07 00:13:31', 1, '2018-10-18 02:36:10', NULL, '2018-10-18 02:36:10', 1),
(54, 1, 1, 0, 'city', 'تست', 'تست', NULL, NULL, NULL, NULL, NULL, '2018-10-07 04:36:04', 1, '2018-10-07 04:36:04', NULL, NULL, NULL),
(55, 0, 1, 49, 'village_camp', 'قراوة', 'قراوة', NULL, NULL, NULL, NULL, NULL, '2018-10-07 04:50:36', 1, '2018-10-07 04:50:36', NULL, NULL, NULL),
(56, 1, 1, 0, '', 'A', 'a', NULL, NULL, NULL, NULL, NULL, '2018-10-10 23:51:54', 1, '2018-10-10 23:51:54', NULL, NULL, NULL),
(57, 1, 1, 56, '', 'B', 'b', NULL, NULL, NULL, NULL, NULL, '2018-10-10 23:52:06', 1, '2018-10-18 02:36:05', NULL, '2018-10-18 02:36:05', 1),
(58, 1, 1, 36, 'currency', 'Euro', 'يورو', '€', NULL, NULL, NULL, NULL, '2018-10-11 00:39:05', 1, '2018-10-11 00:39:05', NULL, NULL, NULL),
(119, 1, 1, 112, '', 'nablus Balad', 'نابلس البلد', NULL, NULL, NULL, NULL, NULL, '2018-12-12 04:05:49', 1, '2018-12-12 04:05:49', NULL, NULL, NULL),
(61, 1, 1, 0, '', 'Beings', 'كائنات', NULL, NULL, NULL, NULL, NULL, '2018-10-18 02:32:29', 1, '2018-10-18 02:32:29', NULL, NULL, NULL),
(62, 1, 1, 61, '', 'Living Beings', 'كائنات حية', NULL, NULL, NULL, NULL, NULL, '2018-10-18 02:32:57', 1, '2018-10-18 02:32:57', NULL, NULL, NULL),
(63, 1, 1, 61, '', 'Non living Beings', 'كائنات غير حية', NULL, NULL, NULL, NULL, NULL, '2018-10-18 02:33:50', 1, '2018-10-18 02:33:50', NULL, NULL, NULL),
(64, 1, 1, 62, '', 'Human', 'انسان', NULL, NULL, NULL, NULL, NULL, '2018-10-18 02:34:10', 1, '2018-11-01 07:38:20', NULL, NULL, NULL),
(65, 1, 1, 62, '', 'Animal', 'حيوان', NULL, NULL, NULL, NULL, NULL, '2018-10-18 02:34:33', 1, '2018-11-01 07:38:11', NULL, NULL, NULL),
(66, 0, NULL, 0, 'citizen_relations', 'Citizen Relations', 'علاقات المواطنين', NULL, NULL, NULL, NULL, NULL, '2018-10-21 03:10:07', NULL, NULL, NULL, NULL, NULL),
(67, 0, NULL, 66, 'citizen_relations', 'Son / Daughter', 'ابن / ابنة', NULL, NULL, NULL, NULL, NULL, '2018-10-21 03:13:18', NULL, NULL, NULL, NULL, NULL),
(68, 0, NULL, 66, 'citizen_relations', 'Father', 'أب', NULL, NULL, NULL, NULL, NULL, '2018-10-21 03:14:49', NULL, NULL, NULL, NULL, NULL),
(69, 0, NULL, 66, 'citizen_relations', 'Husbend / Wife', 'زوج / زوجة', NULL, NULL, NULL, NULL, NULL, '2018-10-21 03:14:49', NULL, NULL, NULL, NULL, NULL),
(70, 0, NULL, 66, 'citizen_relations', 'Rental', 'مستأجر', NULL, NULL, NULL, NULL, NULL, '2018-10-21 03:14:49', NULL, NULL, NULL, NULL, NULL),
(71, 0, NULL, 66, 'citizen_relations', 'Owner', 'مالك', NULL, NULL, NULL, NULL, NULL, '2018-10-21 07:56:44', NULL, NULL, NULL, NULL, NULL),
(72, 0, NULL, 0, 'transaction_status', 'Status', 'الحالة', NULL, NULL, NULL, NULL, NULL, '2018-10-21 08:01:05', NULL, NULL, NULL, NULL, NULL),
(73, 0, NULL, 72, NULL, 'Closed', 'مغلقة', 'done', NULL, NULL, NULL, NULL, '2018-10-21 08:02:16', NULL, NULL, NULL, NULL, NULL),
(74, 0, NULL, 72, NULL, 'In Progress', 'قيد المعالجة', 'active', NULL, NULL, NULL, NULL, '2018-10-21 08:02:37', NULL, NULL, NULL, NULL, NULL),
(75, 0, NULL, 72, NULL, 'Cancelled', 'ملغية', 'error', NULL, NULL, NULL, NULL, '2018-10-21 08:02:56', NULL, NULL, NULL, NULL, NULL),
(76, 0, NULL, 72, NULL, 'Rejected', 'مرفوضة', 'error', NULL, NULL, NULL, NULL, '2018-10-21 08:03:07', NULL, NULL, NULL, NULL, NULL),
(77, 0, NULL, 72, NULL, 'Hold on', 'في الانتظار', 'active', NULL, NULL, NULL, NULL, '2018-10-21 08:03:26', NULL, NULL, NULL, NULL, NULL),
(78, 0, 1, 8, 'district', 'south gaza', 'جنوب غزه', NULL, NULL, NULL, NULL, NULL, '2018-10-30 08:27:22', 1, '2018-10-30 08:27:22', NULL, NULL, NULL),
(79, 0, 0, 78, 'city', 'rafah', 'رفح', NULL, NULL, NULL, NULL, NULL, '2018-10-30 08:28:01', 1, '2018-10-30 08:28:01', NULL, NULL, NULL),
(80, 0, 0, 79, 'village_camp', 'brazil camp', 'مخيم البرازيل', NULL, NULL, NULL, NULL, NULL, '2018-10-30 08:29:01', 1, '2018-10-30 08:29:01', NULL, NULL, NULL),
(81, 0, 1, 14, 'sector', 'building sector', 'قطاع البناء', NULL, NULL, NULL, NULL, NULL, '2018-10-30 08:29:48', 1, '2018-10-30 08:30:40', NULL, '2018-10-30 08:30:40', 1),
(118, 0, 1, 49, 'village_camp', 'Balad', 'البلد', NULL, NULL, NULL, NULL, NULL, '2018-12-12 03:58:18', 1, '2018-12-12 03:58:18', NULL, NULL, NULL),
(83, 0, 1, 14, 'sector', 'Information Technology', 'تكنولوجيا المعلومات', NULL, NULL, NULL, NULL, NULL, '2018-10-31 06:24:35', 1, '2018-10-31 06:24:35', NULL, NULL, NULL),
(84, 0, 1, 21, 'village_camp', 'Alnusirat', 'النصيرات', NULL, NULL, NULL, NULL, NULL, '2018-11-01 05:46:24', 1, '2018-11-01 05:46:24', NULL, NULL, NULL),
(85, 1, 1, 63, '', 'Buildings', 'المباني', NULL, NULL, NULL, NULL, NULL, '2018-11-01 07:39:42', 1, '2018-11-01 07:39:42', NULL, NULL, NULL),
(86, 0, 6, 8, 'district', 'Gaza', 'غزة', NULL, NULL, NULL, NULL, NULL, '2018-11-01 10:45:11', 16, '2018-11-01 10:45:11', NULL, NULL, NULL),
(87, 0, 6, 86, 'city', 'Dair al balah', 'دير البلح', NULL, NULL, NULL, NULL, NULL, '2018-11-01 10:45:42', 16, '2018-11-01 10:45:42', NULL, NULL, NULL),
(88, 0, 6, 14, 'sector', 'community service', 'خدمة مجتمع', NULL, NULL, NULL, NULL, NULL, '2018-11-04 06:48:30', 16, '2018-11-04 06:48:30', NULL, NULL, NULL),
(91, 0, 6, 87, 'village_camp', 'Alnusirat', 'النصيرات', NULL, NULL, NULL, NULL, NULL, '2018-11-04 07:05:04', 16, '2018-11-04 07:05:04', NULL, NULL, NULL),
(92, 1, 1, 0, '', 'html', 'اتش تي ام ال', NULL, NULL, NULL, NULL, NULL, '2018-11-05 03:19:44', 1, '2018-11-05 03:19:44', NULL, NULL, NULL),
(93, 1, 1, 92, '', 'head', 'هيد', NULL, NULL, NULL, NULL, NULL, '2018-11-05 03:20:08', 1, '2018-11-05 03:20:08', NULL, NULL, NULL),
(94, 1, 1, 92, '', 'body', 'بودي', NULL, NULL, NULL, NULL, NULL, '2018-11-05 03:20:24', 1, '2018-11-05 03:20:24', NULL, NULL, NULL),
(95, 1, 1, 93, '', 'meta', 'ميتا', NULL, NULL, NULL, NULL, NULL, '2018-11-05 03:21:13', 1, '2018-11-05 03:21:13', NULL, NULL, NULL),
(96, 1, 1, 93, '', 'title', 'تيتل', NULL, NULL, NULL, NULL, NULL, '2018-11-05 03:21:37', 1, '2018-11-05 03:21:37', NULL, NULL, NULL),
(97, 1, 1, 94, '', 'ul', 'يو ال', NULL, NULL, NULL, NULL, NULL, '2018-11-05 03:22:03', 1, '2018-11-05 03:22:03', NULL, NULL, NULL),
(98, 1, 1, 97, '', 'li', 'ال اي', NULL, NULL, NULL, NULL, NULL, '2018-11-05 03:22:28', 1, '2018-11-05 03:22:28', NULL, NULL, NULL),
(100, 1, 6, 99, '', 'village', 'القرية', NULL, NULL, NULL, NULL, NULL, '2018-11-12 05:21:08', 16, '2018-11-12 05:21:08', NULL, NULL, NULL),
(101, 0, 8, 8, 'district', 'gaza', 'غزة', NULL, NULL, NULL, NULL, NULL, '2018-12-03 10:00:09', 23, '2018-12-03 10:00:09', NULL, NULL, NULL),
(102, 0, 8, 101, 'city', 'Alremal', 'الرمال', NULL, NULL, NULL, NULL, NULL, '2018-12-03 10:02:39', 23, '2018-12-03 10:02:39', NULL, NULL, NULL),
(103, 0, 8, 102, 'village_camp', 'alsaraya', 'السرايا', NULL, NULL, NULL, NULL, NULL, '2018-12-03 10:03:28', 23, '2018-12-03 10:03:28', NULL, NULL, NULL),
(105, 1, 1, 0, '', 'Governorates', 'المحافظات', NULL, NULL, NULL, NULL, NULL, '2018-12-05 04:03:28', 1, '2018-12-05 04:03:28', NULL, NULL, NULL),
(106, 1, 1, 105, '', 'Ramallah', 'رام الله', NULL, NULL, NULL, NULL, NULL, '2018-12-05 04:03:50', 1, '2018-12-05 04:03:50', NULL, NULL, NULL),
(107, 1, 1, 105, '', 'Nablus', 'نابلس', NULL, NULL, NULL, NULL, NULL, '2018-12-05 04:04:08', 1, '2018-12-05 04:04:08', NULL, NULL, NULL),
(108, 1, 8, 0, '', 'City', 'المدينة', NULL, NULL, NULL, NULL, NULL, '2018-12-05 05:43:52', 23, '2018-12-05 05:43:52', NULL, NULL, NULL),
(109, 1, 8, 108, '', 'test', 'تجربة', NULL, NULL, NULL, NULL, NULL, '2018-12-05 05:45:18', 23, '2018-12-05 05:45:18', NULL, NULL, NULL),
(110, 0, 1, 32, 'response_time_unit', 'Minutes', 'دقائق', NULL, NULL, NULL, NULL, NULL, '2018-12-09 05:22:16', NULL, NULL, NULL, NULL, NULL),
(111, 1, 1, 106, '', 'Ramallah', 'رام الله', NULL, NULL, NULL, NULL, NULL, '2018-12-09 05:12:34', 1, '2018-12-09 05:12:34', NULL, NULL, NULL),
(112, 1, 1, 107, '', 'Nablus', 'نابلس', NULL, NULL, NULL, NULL, NULL, '2018-12-09 05:13:03', 1, '2018-12-09 05:13:03', NULL, NULL, NULL),
(113, 0, 9, 8, 'district', 'Genen', 'جنين', NULL, NULL, NULL, NULL, NULL, '2018-12-10 09:40:57', 34, '2018-12-10 09:40:57', NULL, NULL, NULL),
(114, 0, 9, 113, 'city', 'Genen City', 'مدينة جنين', NULL, NULL, NULL, NULL, NULL, '2018-12-10 09:41:35', 34, '2018-12-10 09:41:35', NULL, NULL, NULL),
(115, 0, 9, 114, 'village_camp', 'Balad', 'البلد', NULL, NULL, NULL, NULL, NULL, '2018-12-10 09:42:05', 34, '2018-12-10 09:42:21', NULL, '2018-12-10 09:42:21', 34),
(116, 0, 9, 114, 'village_camp', 'Balad', 'البلد', NULL, NULL, NULL, NULL, NULL, '2018-12-10 09:42:43', 34, '2018-12-10 09:42:43', NULL, NULL, NULL),
(120, 0, NULL, 66, 'citizen_relations', 'Mother', 'أم', NULL, NULL, NULL, NULL, NULL, '2018-12-17 06:05:52', NULL, NULL, NULL, NULL, NULL),
(121, 1, 1, 0, '', 'Alhood', 'الحوض', NULL, NULL, NULL, NULL, NULL, '2019-03-30 08:47:55', 1, '2019-03-30 08:47:55', NULL, NULL, NULL),
(122, 1, 1, 121, '', 'Hood Number 1', 'حوض رقم 1', NULL, NULL, NULL, NULL, NULL, '2019-03-30 08:48:51', 1, '2019-03-30 08:48:51', NULL, NULL, NULL),
(123, 1, 1, 122, '', 'Site Number 1', 'موقع رقم 1', NULL, NULL, NULL, NULL, NULL, '2019-03-30 08:50:23', 1, '2019-03-30 08:50:23', NULL, NULL, NULL),
(124, 1, 1, 123, '', 'Part Number 1', 'قطعة رقم 1', NULL, NULL, NULL, NULL, NULL, '2019-03-30 08:51:56', 1, '2019-03-30 08:51:56', NULL, NULL, NULL),
(125, 1, 1, 124, '', 'Street Number 1', 'الشارع رقم 1', NULL, NULL, NULL, NULL, NULL, '2019-03-30 08:52:39', 1, '2019-03-30 08:52:39', NULL, NULL, NULL),
(126, 1, 1, 0, '', 'Gender', 'الجنس', NULL, NULL, NULL, NULL, NULL, '2020-10-21 13:21:40', 1, '2020-10-21 13:21:40', NULL, NULL, NULL),
(127, 1, 1, 126, '', 'Male', 'ذكر', NULL, NULL, NULL, NULL, NULL, '2020-10-21 13:21:59', 1, '2020-10-21 13:21:59', NULL, NULL, NULL),
(128, 1, 1, 126, '', 'Femel', 'أنثى', NULL, NULL, NULL, NULL, NULL, '2020-10-21 13:22:12', 1, '2020-10-21 13:22:12', NULL, NULL, NULL),
(129, 1, 1, 0, '', 'Religion', 'الديانة', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:25:13', 1, '2020-10-22 01:25:13', NULL, NULL, NULL),
(130, 1, 1, 129, '', 'Muslim', 'مسلم', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:25:35', 1, '2020-10-22 01:25:35', NULL, NULL, NULL),
(131, 1, 1, 129, '', 'Christian', 'مسيحي', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:25:50', 1, '2020-10-22 01:25:50', NULL, NULL, NULL),
(132, 1, 1, 0, '', 'Marital Status', 'الحالة الاجتماعية', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:28:26', 1, '2020-10-22 01:28:26', NULL, NULL, NULL),
(133, 1, 1, 132, '', 'Married', 'متزوجـ / ـة', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:28:45', 1, '2020-10-22 01:30:50', NULL, NULL, NULL),
(134, 1, 1, 132, '', 'Single', 'أعزب', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:29:05', 1, '2020-10-22 01:29:05', NULL, NULL, NULL),
(135, 1, 1, 132, '', 'Divorcee', 'مطلقـ / ـة', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:29:48', 1, '2020-10-22 01:29:48', NULL, NULL, NULL),
(136, 1, 1, 132, '', 'Widower', 'أرملـ / ـة', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:30:26', 1, '2020-10-22 01:30:26', NULL, NULL, NULL),
(137, 1, 1, 106, '', 'Albira', 'البيرة', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:36:03', 1, '2020-10-22 01:36:03', NULL, NULL, NULL),
(138, 1, 1, 106, '', 'Baytunia', 'بيتونيا', NULL, NULL, NULL, NULL, NULL, '2020-10-22 01:36:26', 1, '2020-10-22 01:36:26', NULL, NULL, NULL),
(139, 0, 1, 0, 'document_type', 'Document Type', 'نوع الوثيقة', NULL, NULL, NULL, NULL, NULL, '2022-06-23 06:06:55', 1, '2022-06-23 06:06:55', NULL, NULL, NULL),
(140, 0, 1, 139, 'document_type', 'passport', 'جواز سفر', NULL, NULL, NULL, NULL, NULL, '2022-06-23 06:07:19', 1, '2022-06-23 06:07:19', NULL, NULL, NULL),
(141, 0, 1, 139, 'document_type', 'identification', 'هوية', NULL, NULL, NULL, NULL, NULL, '2022-06-23 06:08:10', 1, '2022-06-23 06:08:10', NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_lookup_values`
--

CREATE TABLE `es_lookup_values` (
  `lookup_id` int(11) NOT NULL,
  `lookup_type_id_fk` int(11) DEFAULT NULL,
  `lookup_value_parent_id` bigint(11) DEFAULT NULL,
  `key` varchar(255) NOT NULL COMMENT 'USERS_GENDERS, COUNTRIES, CITIES, DISTRICT,\r\nreligions,\r\n',
  `name_en` varchar(255) DEFAULT NULL,
  `name_ar` varchar(255) DEFAULT NULL,
  `extra_1` varchar(255) DEFAULT NULL,
  `extra_2` varchar(255) DEFAULT NULL,
  `extra_3` varchar(255) DEFAULT NULL,
  `extra_4` varchar(255) DEFAULT NULL,
  `comment` varchar(1024) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `created_by` bigint(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `es_notification`
--

CREATE TABLE `es_notification` (
  `notification_id` bigint(11) NOT NULL,
  `details_en` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL,
  `details_ar` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL,
  `attachment` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_read` int(11) DEFAULT NULL,
  `wf_instance_id_fk` int(11) DEFAULT NULL,
  `is_sent_by_email` int(11) DEFAULT NULL,
  `user_type_cd` enum('citizen','profession','staff') COLLATE utf8_unicode_ci DEFAULT NULL,
  `by_user_id_fk` int(11) DEFAULT NULL,
  `for_user_id_fk` int(11) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `url` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_sent_by_sms` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_notification`
--

INSERT INTO `es_notification` (`notification_id`, `details_en`, `details_ar`, `attachment`, `is_read`, `wf_instance_id_fk`, `is_sent_by_email`, `user_type_cd`, `by_user_id_fk`, `for_user_id_fk`, `created_at`, `url`, `is_sent_by_sms`) VALUES
(1, 'You have new application: Register a craft', 'لديك طلب جديد: تسجيل حرفة', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-03-31 07:51:10', 'form_builder/1/view_application_details', 0),
(2, 'You have new notification in application: Register a craft<br><span style=\'color: #118984;\'>سيتم مراجعة طلبكم والتواصل معكم</span>', 'لديك تنبيه جديد في طلب : تسجيل حرفة<br><span style=\'color: #118984;\'>سيتم مراجعة طلبكم والتواصل معكم</span>', NULL, 1, NULL, NULL, 'citizen', 6, 1, '2019-03-31 07:55:26', 'form_builder/1/view_application_details', 0),
(3, 'You have new application: Register a craft', 'لديك طلب جديد: تسجيل حرفة', NULL, 1, NULL, NULL, 'staff', 6, 5, '2019-03-31 07:56:48', 'form_builder/1/view_application_details', 0),
(4, 'You have new application: Register a craft', 'لديك طلب جديد: تسجيل حرفة', NULL, 1, NULL, NULL, 'staff', 5, 4, '2019-03-31 07:58:48', 'form_builder/1/view_application_details', 0),
(5, 'You have new application: Register a craft', 'لديك طلب جديد: تسجيل حرفة', NULL, 1, NULL, NULL, 'staff', 4, 2, '2019-03-31 08:00:14', 'form_builder/1/view_application_details', 0),
(6, 'You have new notification in application: Register a craft<br><span style=\'color: #118984;\'>تمت المصادقة</span>', 'لديك تنبيه جديد في طلب : تسجيل حرفة<br><span style=\'color: #118984;\'>تمت المصادقة</span>', NULL, 1, NULL, NULL, 'citizen', 2, 1, '2019-03-31 08:02:04', 'form_builder/1/view_application_details', 0),
(7, 'You have new application: Register a craft', 'لديك طلب جديد: تسجيل حرفة', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-08 09:44:26', 'form_builder/2/view_application_details', 0),
(8, 'Mohammad Arar Replied to your notification: خن', 'محمد عرار قام بالرد على تنبيهك: خن', NULL, 0, NULL, NULL, 'staff', NULL, 2, '2019-04-08 10:52:41', 'notifications', 0),
(9, 'Mohammad Arar Replied to your notification: مشكور', 'محمد عرار قام بالرد على تنبيهك: مشكور', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-08 10:53:03', 'notifications', 0),
(10, 'Mohammad Arar Replied to your notification: شكرأ', 'محمد عرار قام بالرد على تنبيهك: شكرأ', NULL, 1, NULL, NULL, 'staff', NULL, 6, '2019-04-08 10:53:17', 'notifications', 0),
(11, 'Mohammad Arar Replied to your notification: http://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notif', 'محمد عرار قام بالرد على تنبيهك: http://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp://cscnew.shiftictapps.com/en/portal/CSC/notificationshttp', NULL, 0, NULL, NULL, 'staff', NULL, 2, '2019-04-08 10:58:29', 'notifications', 0),
(12, 'Mohammad Arar Replied to your notification: شششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششش', 'محمد عرار قام بالرد على تنبيهك: شششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششش', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-08 10:59:17', 'notifications', 0),
(13, 'Mohammad Arar Replied to your notification: محمد عرار قام بالرد على تنبيهك: شششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششش', 'محمد عرار قام بالرد على تنبيهك: محمد عرار قام بالرد على تنبيهك: شششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششششش', NULL, 1, NULL, NULL, 'staff', NULL, 6, '2019-04-08 10:59:58', 'notifications', 0),
(14, 'Mohammad Arar Replied to your notification: www.google.com', 'محمد عرار قام بالرد على تنبيهك: www.google.com', NULL, 0, NULL, NULL, 'staff', NULL, 2, '2019-04-08 11:00:33', 'notifications', 0),
(15, 'Mohammad Arar Replied to your notification: <h1>Hello Darling</h1>', 'محمد عرار قام بالرد على تنبيهك: <h1>Hello Darling</h1>', NULL, 0, NULL, NULL, 'staff', NULL, 2, '2019-04-08 11:01:50', 'notifications', 0),
(16, 'Mohammad Arar Replied to your notification: <h1>Bye</h1>', 'محمد عرار قام بالرد على تنبيهك: <h1>Bye</h1>', NULL, 1, NULL, NULL, 'staff', NULL, 2, '2019-04-08 11:02:18', 'notifications', 0),
(17, 'You have new notification in application: Register a craft<br><span style=\'color: #118984;\'><h1>Hello</h1></span>', 'لديك تنبيه جديد في طلب : تسجيل حرفة<br><span style=\'color: #118984;\'><h1>Hello</h1></span>', NULL, 0, NULL, NULL, 'citizen', 6, 1, '2019-04-08 11:03:29', 'form_builder/2/view_application_details', 0),
(18, 'You have new notification in application: Register a craft<br><span style=\'color: #118984;\'><script>\r\ndocument.body.style.backgroundColor = \"red\"; \r\n</script></span>', 'لديك تنبيه جديد في طلب : تسجيل حرفة<br><span style=\'color: #118984;\'><script>\r\ndocument.body.style.backgroundColor = \"red\"; \r\n</script></span>', NULL, 0, NULL, NULL, 'citizen', 6, 1, '2019-04-08 11:06:50', 'form_builder/2/view_application_details', 0),
(19, 'You have new notification in application: Register a craft<br><span style=\'color: #118984;\'><script>\r\ndocument.write();\r\n</script></span>', 'لديك تنبيه جديد في طلب : تسجيل حرفة<br><span style=\'color: #118984;\'><script>\r\ndocument.write();\r\n</script></span>', NULL, 1, NULL, NULL, 'citizen', 6, 1, '2019-04-08 11:10:32', 'form_builder/2/view_application_details', 0),
(20, 'You have new notification in application: Register a craft<br><span style=\'color: #118984;\'><SCRIPT SRC=http://ha.ckers.org/xss.js></SCRIPT></span>', 'لديك تنبيه جديد في طلب : تسجيل حرفة<br><span style=\'color: #118984;\'><SCRIPT SRC=http://ha.ckers.org/xss.js></SCRIPT></span>', NULL, 1, NULL, NULL, 'citizen', 6, 1, '2019-04-08 11:15:16', 'form_builder/2/view_application_details', 0),
(21, 'You have new notification in application: Register a craft<br><span style=\'color: #118984;\'><script>alert(\'xss payload\');</script></span>', 'لديك تنبيه جديد في طلب : تسجيل حرفة<br><span style=\'color: #118984;\'><script>alert(\'xss payload\');</script></span>', NULL, 1, NULL, NULL, 'citizen', 6, 1, '2019-04-08 11:39:52', 'form_builder/2/view_application_details', 0),
(22, 'You have new notification in application: Register a craft<br><span style=\'color: #118984;\'><META HTTP-EQUIV=\"Set-Cookie\" Content=\"USERID=&lt;SCRIPT&gt;alert(\'HELLLOOOO\')&lt;/SCRIPT&gt\"></span>', 'لديك تنبيه جديد في طلب : تسجيل حرفة<br><span style=\'color: #118984;\'><META HTTP-EQUIV=\"Set-Cookie\" Content=\"USERID=&lt;SCRIPT&gt;alert(\'HELLLOOOO\')&lt;/SCRIPT&gt\"></span>', NULL, 1, NULL, NULL, 'citizen', 6, 1, '2019-04-08 11:41:41', 'form_builder/2/view_application_details', 0),
(23, 'Mohammad Arar Replied to your notification: <script>/*///*/document.body.style.backgroundColor = \"red\";\r\n</script>', 'محمد عرار قام بالرد على تنبيهك: <script>/*///*/document.body.style.backgroundColor = \"red\";\r\n</script>', NULL, 1, NULL, NULL, 'staff', NULL, 6, '2019-04-08 11:43:39', 'notifications', 0),
(24, 'Mohammad Arar Replied to your notification: <script>var allDivs = document.querySelectorAll(\'div\');\r\n\r\nfor(var i = 0; i < allDivs.length; i++){  \r\n  allDivs[i].style[\'background-color\'] = \'black\';\r\n  allDivs[i].style[\'color\'] = \'green\';\r\n  allDivs[i].style[\'font-family\'] = \'Monospace\';\r\n}</script>', 'محمد عرار قام بالرد على تنبيهك: <script>var allDivs = document.querySelectorAll(\'div\');\r\n\r\nfor(var i = 0; i < allDivs.length; i++){  \r\n  allDivs[i].style[\'background-color\'] = \'black\';\r\n  allDivs[i].style[\'color\'] = \'green\';\r\n  allDivs[i].style[\'font-family\'] = \'Monospace\';\r\n}</script>', NULL, 1, NULL, NULL, 'staff', NULL, 6, '2019-04-08 11:54:31', 'notifications', 0),
(25, 'Mohammad Arar Replied to your notification: <script>$( document ).ready(function() {\r\n    var allDivs = document.querySelectorAll(\'div\'); for(var i = 0; i < allDivs.length; i++){ allDivs[i].style[\'background-color\'] = \'black\'; allDivs[i].style[\'color\'] = \'green\'; allDivs[i].style[\'font-family\'] = \'Monospace\'; }\r\n});</script>', 'محمد عرار قام بالرد على تنبيهك: <script>$( document ).ready(function() {\r\n    var allDivs = document.querySelectorAll(\'div\'); for(var i = 0; i < allDivs.length; i++){ allDivs[i].style[\'background-color\'] = \'black\'; allDivs[i].style[\'color\'] = \'green\'; allDivs[i].style[\'font-family\'] = \'Monospace\'; }\r\n});</script>', NULL, 1, NULL, NULL, 'staff', NULL, 6, '2019-04-08 11:56:33', 'notifications', 0),
(26, 'Mohammad Arar Replied to your notification: <script>/*///*/\r\n  let div = document.createElement(\'div\');\r\n  div.className = \"alert alert-success\";\r\n  div.innerHTML = \"<strong>Hi there!</strong> PLEASE VALIDATE MESSAGES IN NOTFICATIONS\";\r\n\r\n  document.body.appendChild(div);\r\n</script>', 'محمد عرار قام بالرد على تنبيهك: <script>/*///*/\r\n  let div = document.createElement(\'div\');\r\n  div.className = \"alert alert-success\";\r\n  div.innerHTML = \"<strong>Hi there!</strong> PLEASE VALIDATE MESSAGES IN NOTFICATIONS\";\r\n\r\n  document.body.appendChild(div);\r\n</script>', NULL, 1, NULL, NULL, 'staff', NULL, 6, '2019-04-08 12:38:34', 'notifications', 0),
(27, 'Mohammad Arar Replied to your notification: <script>/*///*/\r\n  let div = document.createElement(\'div\');\r\n  div.className = \"alert alert-success\";\r\n  div.innerHTML = \"<strong>Hi there!</strong> PLEASE VALIDATE MESSAGES IN NOTFICATIONS\";\r\n\r\n  document.body.appendChild(div);\r\n</script>', 'محمد عرار قام بالرد على تنبيهك: <script>/*///*/\r\n  let div = document.createElement(\'div\');\r\n  div.className = \"alert alert-success\";\r\n  div.innerHTML = \"<strong>Hi there!</strong> PLEASE VALIDATE MESSAGES IN NOTFICATIONS\";\r\n\r\n  document.body.appendChild(div);\r\n</script>', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-08 12:38:34', 'notifications', 0),
(28, 'Mohammad Arar Replied to your notification: <script>$(document).ready(function(){\r\n  let div = document.createElement(\'div\');\r\n  div.className = \"alert alert-success\";\r\n  div.innerHTML = \"<strong>Hi there!</strong>PLEASE VALIDATE NOTFICATIONS :)\";\r\n\r\n  document.body.appendChild(div);\r\n\r\n})\r\n</script>', 'محمد عرار قام بالرد على تنبيهك: <script>$(document).ready(function(){\r\n  let div = document.createElement(\'div\');\r\n  div.className = \"alert alert-success\";\r\n  div.innerHTML = \"<strong>Hi there!</strong>PLEASE VALIDATE NOTFICATIONS :)\";\r\n\r\n  document.body.appendChild(div);\r\n\r\n})\r\n</script>', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-08 12:41:06', 'notifications', 0),
(29, 'You have new application: Form Title', 'لديك طلب جديد: عنوان النموذج', NULL, 1, NULL, NULL, 'staff', NULL, 6, '2019-04-11 06:42:44', 'form_builder/3/view_application_details', 0),
(30, 'You have new application: Form Title', 'لديك طلب جديد: عنوان النموذج', NULL, 1, NULL, NULL, 'staff', 6, 3, '2019-04-11 06:44:30', 'form_builder/3/view_application_details', 0),
(31, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-17 13:05:01', 'form_builder/1/view_application_details', 0),
(32, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-17 13:30:04', 'form_builder/1/view_application_details', 0),
(33, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-17 13:30:05', 'form_builder/1/view_application_details', 0),
(34, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-17 13:41:44', 'form_builder/1/view_application_details', 0),
(35, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-18 07:26:32', 'form_builder/2/view_application_details', 0),
(36, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-18 07:26:32', 'form_builder/2/view_application_details', 0),
(37, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-18 10:06:24', 'form_builder/3/view_application_details', 0),
(38, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-18 10:06:24', 'form_builder/3/view_application_details', 0),
(39, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-18 10:08:01', 'form_builder/4/view_application_details', 0),
(40, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-18 10:08:01', 'form_builder/4/view_application_details', 0),
(41, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2019-04-18 10:12:17', 'form_builder/4/view_application_details', 0),
(42, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:12:18', 'form_builder/4/view_application_details', 0),
(43, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2019-04-18 10:12:18', 'form_builder/4/view_application_details', 0),
(44, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:12:19', 'form_builder/4/view_application_details', 0),
(45, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2019-04-18 10:12:19', 'form_builder/4/view_application_details', 0),
(46, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:12:19', 'form_builder/4/view_application_details', 0),
(47, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-18 10:33:30', 'form_builder/5/view_application_details', 0),
(48, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-18 10:33:30', 'form_builder/5/view_application_details', 0),
(49, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:34:30', 'form_builder/5/view_application_details', 0),
(50, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:34:30', 'form_builder/5/view_application_details', 0),
(51, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:34:31', 'form_builder/5/view_application_details', 0),
(52, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 6, '2019-04-18 10:35:09', 'form_builder/5/view_application_details', 0),
(53, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:35:09', 'form_builder/5/view_application_details', 0),
(54, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-18 10:39:25', 'form_builder/6/view_application_details', 0),
(55, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-18 10:39:25', 'form_builder/6/view_application_details', 0),
(56, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-18 10:43:40', 'form_builder/7/view_application_details', 0),
(57, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-18 10:43:40', 'form_builder/7/view_application_details', 0),
(58, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:44:38', 'form_builder/7/view_application_details', 0),
(59, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:44:39', 'form_builder/7/view_application_details', 0),
(60, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:44:39', 'form_builder/7/view_application_details', 0),
(61, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 6, '2019-04-18 10:45:14', 'form_builder/7/view_application_details', 0),
(62, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:45:14', 'form_builder/7/view_application_details', 0),
(63, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-18 10:47:40', 'form_builder/8/view_application_details', 0),
(64, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-18 10:47:40', 'form_builder/8/view_application_details', 0),
(65, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:48:52', 'form_builder/8/view_application_details', 0),
(66, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:48:53', 'form_builder/8/view_application_details', 0),
(67, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:48:53', 'form_builder/8/view_application_details', 0),
(68, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 6, '2019-04-18 10:49:19', 'form_builder/8/view_application_details', 0),
(69, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:49:19', 'form_builder/8/view_application_details', 0),
(70, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:49:27', 'form_builder/8/view_application_details', 0),
(71, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:49:27', 'form_builder/8/view_application_details', 0),
(72, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:49:28', 'form_builder/8/view_application_details', 0),
(73, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 6, '2019-04-18 10:59:16', 'form_builder/8/view_application_details', 0),
(74, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 10:59:16', 'form_builder/8/view_application_details', 0),
(75, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 11:00:04', 'form_builder/8/view_application_details', 0),
(76, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 11:00:04', 'form_builder/8/view_application_details', 0),
(77, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-04-18 11:00:05', 'form_builder/8/view_application_details', 0),
(78, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-18 11:19:09', 'form_builder/9/view_application_details', 0),
(79, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-04-18 12:43:49', 'form_builder/10/view_application_details', 0),
(80, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-04-18 12:43:49', 'form_builder/10/view_application_details', 0),
(81, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-05-16 09:51:58', 'form_builder/11/view_application_details', 0),
(82, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-10-30 08:31:51', 'form_builder/12/view_application_details', 0),
(83, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-10-30 08:31:51', 'form_builder/12/view_application_details', 0),
(84, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-10-30 08:54:15', 'form_builder/13/view_application_details', 0),
(85, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-10-30 08:54:15', 'form_builder/13/view_application_details', 0),
(86, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-10-30 09:45:14', 'form_builder/14/view_application_details', 0),
(87, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-11-04 06:49:34', 'form_builder/14/view_application_details', 0),
(88, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2019-11-04 06:49:34', 'form_builder/14/view_application_details', 0),
(89, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-11-04 09:35:22', 'form_builder/15/view_application_details', 0),
(90, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-11-04 09:35:22', 'form_builder/15/view_application_details', 0),
(91, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-11-04 10:25:24', 'form_builder/16/view_application_details', 0),
(92, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2019-12-10 09:31:19', 'form_builder/17/view_application_details', 0),
(93, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2019-12-10 09:31:19', 'form_builder/17/view_application_details', 0),
(94, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-14 11:09:52', 'form_builder/17/view_application_details', 0),
(95, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-14 11:09:52', 'form_builder/17/view_application_details', 0),
(96, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-14 11:09:53', 'form_builder/17/view_application_details', 0),
(97, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2020-01-15 08:37:04', 'form_builder/18/view_application_details', 0),
(98, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-15 08:37:04', 'form_builder/18/view_application_details', 0),
(99, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-15 08:42:33', 'form_builder/19/view_application_details', 0),
(100, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 08:55:30', 'form_builder/15/view_application_details', 0),
(101, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 08:55:31', 'form_builder/15/view_application_details', 0),
(102, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 08:55:31', 'form_builder/15/view_application_details', 0),
(103, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-15 09:14:51', 'form_builder/20/view_application_details', 0),
(104, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 09:45:43', 'form_builder/19/view_application_details', 0),
(105, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 09:45:43', 'form_builder/19/view_application_details', 0),
(106, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 10:05:45', 'form_builder/19/view_application_details', 0),
(107, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 10:06:00', 'form_builder/19/view_application_details', 0),
(108, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 10:06:05', 'form_builder/19/view_application_details', 0),
(109, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 10:11:42', 'form_builder/20/view_application_details', 0),
(110, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 10:11:42', 'form_builder/20/view_application_details', 0),
(111, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 10:12:29', 'form_builder/20/view_application_details', 0),
(112, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-15 10:13:07', 'form_builder/21/view_application_details', 0),
(113, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 10:15:03', 'form_builder/21/view_application_details', 0),
(114, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-01-15 10:15:03', 'form_builder/21/view_application_details', 0),
(115, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-15 10:24:52', 'form_builder/22/view_application_details', 0),
(116, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 0, NULL, NULL, 'staff', 1, 3, '2020-01-15 10:28:33', 'form_builder/22/view_application_details', 0),
(117, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-15 12:42:15', 'form_builder/23/view_application_details', 0),
(118, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-16 08:22:45', 'form_builder/24/view_application_details', 0),
(119, 'You have new application: New counter: Daloull Moustafa', 'لديك طلب جديد: تركيب عداد جديد: مصطفى دلول', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-16 08:30:30', 'form_builder/25/view_application_details', 0),
(120, 'You have new application: New counter: Daloull Moustafa: 800638090', 'لديك طلب جديد: تركيب عداد جديد: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-16 08:32:00', 'form_builder/26/view_application_details', 0),
(121, 'You have new Consultation in application: New counter', 'لديك إستشارة جديدة في طلب : تركيب عداد جديد', NULL, 0, NULL, NULL, 'staff', 1, 5, '2020-01-16 11:02:08', 'form_builder/25/view_application_details', 0),
(122, 'You have new Consultation in application: New counter', 'لديك إستشارة جديدة في طلب : تركيب عداد جديد', NULL, 0, NULL, NULL, 'staff', 1, 7, '2020-01-16 11:33:53', 'form_builder/24/view_application_details', 0),
(123, 'You have new Consultation in application: New counter', 'لديك إستشارة جديدة في طلب : تركيب عداد جديد', NULL, 0, NULL, NULL, 'staff', 1, 7, '2020-01-16 11:38:19', 'form_builder/26/view_application_details', 0),
(124, 'You have new replay: New counter', 'لديك رد جديد: تركيب عداد جديد', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-16 12:01:11', 'form_builder/26/view_application_details', 0),
(125, 'You have new Consultation in application: New counter', 'لديك إستشارة جديدة في طلب : تركيب عداد جديد', NULL, 0, NULL, NULL, 'staff', 1, 7, '2020-01-16 12:04:55', 'form_builder/23/view_application_details', 0),
(126, 'You have new Consultation in application: New counter', 'لديك إستشارة جديدة في طلب : تركيب عداد جديد', NULL, 0, NULL, NULL, 'staff', 1, 7, '2020-01-16 12:05:59', 'form_builder/24/view_application_details', 0),
(127, 'You have a replay on consultation: New counter: Daloull Moustafa: 800638090', 'لديك رد على استشارة: تركيب عداد جديد: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-16 12:07:45', 'form_builder/24/view_application_details', 0),
(128, 'You have new application: New counter: Daloull Moustafa: 800638090', 'لديك طلب جديد: تركيب عداد جديد: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-16 13:12:54', 'form_builder/27/view_application_details', 0),
(129, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 0, NULL, NULL, 'staff', 1, 3, '2020-01-16 13:17:15', 'form_builder/27/view_application_details', 0),
(130, 'You have new application: New counter: Daloull Moustafa: 800638090', 'لديك طلب جديد: تركيب عداد جديد: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-01-16 13:23:00', 'form_builder/28/view_application_details', 0),
(131, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 0, NULL, NULL, 'staff', 1, 3, '2020-01-16 13:23:25', 'form_builder/28/view_application_details', 0),
(132, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2020-08-20 13:54:29', 'form_builder/29/view_application_details', 0),
(133, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-08-20 13:54:29', 'form_builder/29/view_application_details', 0),
(134, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-08-20 14:03:27', 'form_builder/29/view_application_details', 0),
(135, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-08-20 14:03:27', 'form_builder/29/view_application_details', 0),
(136, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-08-20 14:03:27', 'form_builder/29/view_application_details', 0),
(137, 'You have new application: Add water service: Daloull Moustafa: 800638090', 'لديك طلب جديد: إضافة خدمة مياه: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 2, '2020-08-24 10:35:26', 'form_builder/30/view_application_details', 0),
(138, 'You have new application: Add water service: Daloull Moustafa: 800638090', 'لديك طلب جديد: إضافة خدمة مياه: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-08-24 10:35:26', 'form_builder/30/view_application_details', 0),
(139, 'You have new application: New counter: Daloull Moustafa: 800638090', 'لديك طلب جديد: تركيب عداد جديد: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-09-01 17:12:39', 'form_builder/31/view_application_details', 0),
(140, 'You have new application: Passport Request: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج طلب جواز سفر: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 2, '2020-09-06 11:44:36', 'form_builder/32/view_application_details', 0),
(141, 'You have new application: New counter', 'لديك طلب جديد: تركيب عداد جديد', NULL, 0, NULL, NULL, 'staff', 1, 3, '2020-09-06 11:51:19', 'form_builder/31/view_application_details', 0),
(142, 'You have new application: Passport Request: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج طلب جواز سفر: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 2, '2020-09-30 13:40:27', 'form_builder/33/view_application_details', 0),
(143, 'You have new application: Passport Request', 'لديك طلب جديد: نموذج طلب جواز سفر', NULL, 0, NULL, NULL, 'staff', 2, 3, '2020-09-30 13:43:34', 'form_builder/33/view_application_details', 0),
(144, 'You have new application: New phone: Daloull Moustafa: 800638090', 'لديك طلب جديد: طلب هاتف جديد: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-10-15 11:06:31', 'form_builder/34/view_application_details', 0),
(145, 'You have new application: New phone', 'لديك طلب جديد: طلب هاتف جديد', NULL, 0, NULL, NULL, 'staff', 1, 7, '2020-10-15 11:07:36', 'form_builder/34/view_application_details', 0),
(146, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2020-10-21 15:44:51', 'form_builder/35/view_application_details', 0),
(147, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-10-21 15:44:51', 'form_builder/35/view_application_details', 0),
(148, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2020-10-21 16:12:11', 'form_builder/36/view_application_details', 0),
(149, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-10-21 16:12:11', 'form_builder/36/view_application_details', 0),
(150, 'You have new application: Request for an identity card: Daloull Moustafa: 800638090', 'لديك طلب جديد: طلب الحصول على بطاقة هوية: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2020-10-22 08:44:30', 'form_builder/37/view_application_details', 0),
(151, 'You have new application: Request for an identity card: Daloull Moustafa: 800638090', 'لديك طلب جديد: طلب الحصول على بطاقة هوية: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2020-10-22 08:44:30', 'form_builder/37/view_application_details', 0),
(152, 'You have new application: Request for an identity card', 'لديك طلب جديد: طلب الحصول على بطاقة هوية', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-10-22 08:45:37', 'form_builder/37/view_application_details', 0),
(153, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-10-22 11:09:16', 'form_builder/36/view_application_details', 0),
(154, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-10-22 11:10:26', 'form_builder/36/view_application_details', 0),
(155, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-10-22 11:10:31', 'form_builder/36/view_application_details', 0),
(156, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-10-26 12:47:12', 'form_builder/35/view_application_details', 0),
(157, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-10-26 12:47:57', 'form_builder/35/view_application_details', 0),
(158, 'Application Moved back to you: License Renewal', 'تم إرجاع الطلب إليك: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-10-26 12:48:05', 'form_builder/35/view_application_details', 0),
(159, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2020-10-26 12:48:15', 'form_builder/35/view_application_details', 0),
(160, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-05-02 12:21:32', 'form_builder/38/view_application_details', 0),
(161, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-05-02 12:21:32', 'form_builder/38/view_application_details', 0),
(162, 'You have new notification in application: Request for an identity card<br><span style=\'color: #118984;\'>test</span>', 'لديك تنبيه جديد في طلب : طلب الحصول على بطاقة هوية<br><span style=\'color: #118984;\'>test</span>', NULL, 1, NULL, NULL, 'citizen', 1, 4, '2021-05-02 12:23:22', 'form_builder/38/view_application_details', 0),
(163, 'Mohammed El dahshan Replied to your notification: test', 'محمد الدهشان قام بالرد على تنبيهك: test', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-05-02 12:23:41', 'notifications', 0),
(164, 'You have new application: Request for an identity card', 'لديك طلب جديد: طلب الحصول على بطاقة هوية', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-05-02 12:24:13', 'form_builder/38/view_application_details', 0),
(165, 'You have new application: Request for an identity card', 'لديك طلب جديد: طلب الحصول على بطاقة هوية', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-05-02 12:25:05', 'form_builder/38/view_application_details', 0),
(166, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-05-02 12:49:47', 'form_builder/40/view_application_details', 0),
(167, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-05-02 12:49:47', 'form_builder/40/view_application_details', 0),
(168, 'You have new Consultation in application: Request for an identity card', 'لديك إستشارة جديدة في طلب : طلب الحصول على بطاقة هوية', NULL, 0, NULL, NULL, 'staff', 1, 8, '2021-05-02 12:50:45', 'form_builder/40/view_application_details', 0),
(169, 'You have new application: Request for an identity card', 'لديك طلب جديد: طلب الحصول على بطاقة هوية', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-05-02 12:52:07', 'form_builder/40/view_application_details', 0),
(170, 'You have new application: Request for an identity card', 'لديك طلب جديد: طلب الحصول على بطاقة هوية', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-05-02 12:56:23', 'form_builder/40/view_application_details', 0),
(171, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-05-25 10:39:07', 'form_builder/42/view_application_details', 0),
(172, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-05-25 10:39:07', 'form_builder/42/view_application_details', 0),
(173, 'You have new application: Request for an identity card', 'لديك طلب جديد: طلب الحصول على بطاقة هوية', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-05-25 10:39:42', 'form_builder/42/view_application_details', 0),
(174, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-05-27 09:40:46', 'form_builder/43/view_application_details', 0),
(175, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-05-27 09:40:46', 'form_builder/43/view_application_details', 0),
(176, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-05-27 09:42:27', 'form_builder/44/view_application_details', 0),
(177, 'You have new application: Request for an identity card:  : ', 'لديك طلب جديد: طلب الحصول على بطاقة هوية:  : ', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-05-27 09:42:27', 'form_builder/44/view_application_details', 0),
(178, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-07-14 14:42:11', 'form_builder/45/view_application_details', 0),
(179, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-07-14 14:42:11', 'form_builder/45/view_application_details', 0),
(180, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-07-14 14:42:56', 'form_builder/45/view_application_details', 0),
(181, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-07-14 14:43:01', 'form_builder/45/view_application_details', 0),
(182, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-07-15 07:34:23', 'form_builder/46/view_application_details', 0),
(183, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-07-15 07:34:23', 'form_builder/46/view_application_details', 0),
(184, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-07-15 08:16:09', 'form_builder/47/view_application_details', 0),
(185, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-07-15 08:16:09', 'form_builder/47/view_application_details', 0),
(186, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2021-07-15 08:16:49', 'form_builder/47/view_application_details', 0),
(187, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-07-15 08:16:49', 'form_builder/47/view_application_details', 0),
(188, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-07-15 08:16:56', 'form_builder/47/view_application_details', 0),
(189, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-07-15 09:34:15', 'form_builder/48/view_application_details', 0),
(190, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-07-15 09:34:15', 'form_builder/48/view_application_details', 0),
(191, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-08-25 08:42:47', 'form_builder/50/view_application_details', 0),
(192, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-08-25 08:42:47', 'form_builder/50/view_application_details', 0),
(193, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-08-25 08:45:17', 'form_builder/50/view_application_details', 0),
(194, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-08-25 08:46:36', 'form_builder/50/view_application_details', 0),
(195, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-08-25 08:46:39', 'form_builder/50/view_application_details', 0),
(196, 'Application Moved back to you: License Renewal', 'تم إرجاع الطلب إليك: تجديد رخصة', NULL, 0, NULL, NULL, 'staff', 1, 6, '2021-08-25 08:46:59', 'form_builder/50/view_application_details', 0),
(197, 'Application Moved back to you: License Renewal', 'تم إرجاع الطلب إليك: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-08-25 08:46:59', 'form_builder/50/view_application_details', 0),
(198, 'You have new Consultation in application: License Renewal', 'لديك إستشارة جديدة في طلب : تجديد رخصة', NULL, 0, NULL, NULL, 'staff', 1, 7, '2021-08-25 08:48:19', 'form_builder/50/view_application_details', 0),
(199, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-08-25 08:48:34', 'form_builder/50/view_application_details', 0),
(200, 'You have new notification in application: License Renewal<br><span style=\'color: #118984;\'>بيبيبي</span>', 'لديك تنبيه جديد في طلب : تجديد رخصة<br><span style=\'color: #118984;\'>بيبيبي</span>', NULL, 0, NULL, NULL, 'citizen', 1, 3, '2021-08-25 08:48:42', 'form_builder/50/view_application_details', 0),
(201, 'You have new notification in application: License Renewal<br><span style=\'color: #118984;\'>لبيسش يبيسش</span>', 'لديك تنبيه جديد في طلب : تجديد رخصة<br><span style=\'color: #118984;\'>لبيسش يبيسش</span>', NULL, 1, NULL, NULL, 'citizen', 1, 3, '2021-08-25 08:48:55', 'form_builder/50/view_application_details', 0),
(202, 'You have new application: License Renewal', 'لديك طلب جديد: تجديد رخصة', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-08-25 08:49:10', 'form_builder/50/view_application_details', 0),
(203, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-08-31 09:38:55', 'form_builder/51/view_application_details', 0),
(204, 'You have new application: License Renewal: Daloull Moustafa: 800638090', 'لديك طلب جديد: تجديد رخصة: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-08-31 09:38:55', 'form_builder/51/view_application_details', 0),
(205, 'You have new application: Complaint Form:  : ', 'لديك طلب جديد: نموذج شكوى:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-09-27 10:38:45', 'form_builder/52/view_application_details', 0),
(206, 'You have new application: Complaint Form:  : ', 'لديك طلب جديد: نموذج شكوى:  : ', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-09-27 10:38:45', 'form_builder/52/view_application_details', 0),
(207, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2021-09-27 10:43:53', 'form_builder/52/view_application_details', 0),
(208, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-09-27 10:43:53', 'form_builder/52/view_application_details', 0),
(209, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-09-27 10:44:11', 'form_builder/52/view_application_details', 0),
(210, 'You have new application: Complaint Form: mohammed salah: 403004302', 'لديك طلب جديد: نموذج شكوى: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2021-10-11 07:33:28', 'form_builder/53/view_application_details', 0),
(211, 'You have new application: Complaint Form: mohammed salah: 403004302', 'لديك طلب جديد: نموذج شكوى: محمد صلاح: 403004302', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2021-10-11 07:33:28', 'form_builder/53/view_application_details', 0),
(212, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2021-11-04 13:33:16', 'form_builder/53/view_application_details', 0);
INSERT INTO `es_notification` (`notification_id`, `details_en`, `details_ar`, `attachment`, `is_read`, `wf_instance_id_fk`, `is_sent_by_email`, `user_type_cd`, `by_user_id_fk`, `for_user_id_fk`, `created_at`, `url`, `is_sent_by_sms`) VALUES
(213, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-11-04 13:33:16', 'form_builder/53/view_application_details', 0),
(214, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 6, '2021-11-04 13:34:45', 'form_builder/53/view_application_details', 0),
(215, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2021-11-04 13:34:45', 'form_builder/53/view_application_details', 0),
(216, 'You have new application: Application for street demarcation:  : ', 'لديك طلب جديد: طلب ترسيم شارع:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 12, '2022-05-08 09:09:58', 'form_builder/58/view_application_details', 0),
(217, 'You have new application: Application for street demarcation:  : ', 'لديك طلب جديد: طلب ترسيم شارع:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 12, '2022-05-08 09:22:13', 'form_builder/59/view_application_details', 0),
(218, 'You have new application: Consolidation and Reproduction:  : ', 'لديك طلب جديد: توحيد واعادة افراز:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 5, '2022-05-08 09:28:19', 'form_builder/60/view_application_details', 0),
(219, 'You have new application: Consolidation and Reproduction:  : ', 'لديك طلب جديد: توحيد واعادة افراز:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 12, '2022-05-08 09:28:19', 'form_builder/60/view_application_details', 0),
(220, 'You have new application: Complaint Form:  : ', 'لديك طلب جديد: نموذج شكوى:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-05-09 07:50:53', 'form_builder/61/view_application_details', 0),
(221, 'You have new application: Complaint Form:  : ', 'لديك طلب جديد: نموذج شكوى:  : ', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2022-05-09 07:50:53', 'form_builder/61/view_application_details', 0),
(222, 'You have new application: Complaint Form:  : ', 'لديك طلب جديد: نموذج شكوى:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-05-09 07:50:53', 'form_builder/61/view_application_details', 0),
(223, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-05-25 12:19:26', 'form_builder/62/view_application_details', 0),
(224, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-05-25 12:19:26', 'form_builder/62/view_application_details', 0),
(225, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-05-25 12:19:26', 'form_builder/62/view_application_details', 0),
(226, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-05-25 12:38:32', 'form_builder/63/view_application_details', 0),
(227, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2022-05-25 12:38:32', 'form_builder/63/view_application_details', 0),
(228, 'You have new application: Complaint Form: Daloull Moustafa: 800638090', 'لديك طلب جديد: نموذج شكوى: مصطفى دلول: 800638090', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-05-25 12:38:32', 'form_builder/63/view_application_details', 0),
(229, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2022-05-25 12:39:49', 'form_builder/63/view_application_details', 0),
(230, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 1, '2022-05-25 12:39:49', 'form_builder/63/view_application_details', 0),
(231, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 1, '2022-05-25 12:39:59', 'form_builder/63/view_application_details', 0),
(232, 'You have new application: Complaint Form:  : ', 'لديك طلب جديد: نموذج شكوى:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-05-25 12:56:13', 'form_builder/64/view_application_details', 0),
(233, 'You have new application: Complaint Form:  : ', 'لديك طلب جديد: نموذج شكوى:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-05-25 12:56:13', 'form_builder/64/view_application_details', 0),
(234, 'You have new application: Complaint Form:  : ', 'لديك طلب جديد: نموذج شكوى:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-05-25 12:56:13', 'form_builder/64/view_application_details', 0),
(235, 'f f Replied to your notification: الرد', 'فراس الشريف قام بالرد على تنبيهك: الرد', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-05-26 07:46:15', 'notifications', 0),
(236, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2022-05-26 08:16:07', 'form_builder/64/view_application_details', 0),
(237, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2022-05-26 08:16:07', 'form_builder/64/view_application_details', 0),
(238, 'You have new application: Passport Request:  : ', 'لديك طلب جديد: نموذج طلب جواز سفر:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 2, '2022-05-29 09:32:11', 'form_builder/65/view_application_details', 0),
(239, 'You have new application: Complaint Form: mohammed salah: 403004302', 'لديك طلب جديد: نموذج شكوى: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-05-30 07:46:46', 'form_builder/66/view_application_details', 0),
(240, 'You have new application: Complaint Form: mohammed salah: 403004302', 'لديك طلب جديد: نموذج شكوى: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-05-30 07:46:46', 'form_builder/66/view_application_details', 0),
(241, 'You have new application: Complaint Form: mohammed salah: 403004302', 'لديك طلب جديد: نموذج شكوى: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-05-30 07:46:46', 'form_builder/66/view_application_details', 0),
(242, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2022-05-30 07:47:05', 'form_builder/66/view_application_details', 0),
(243, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2022-05-30 07:47:05', 'form_builder/66/view_application_details', 0),
(244, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 6, '2022-06-06 06:26:14', 'form_builder/66/view_application_details', 0),
(245, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 1, '2022-06-06 06:26:14', 'form_builder/66/view_application_details', 0),
(246, 'Application Moved back to you: Complaint Form', 'تم إرجاع الطلب إليك: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 15, '2022-06-06 06:26:14', 'form_builder/66/view_application_details', 0),
(247, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 0, NULL, NULL, 'staff', 1, 3, '2022-06-06 06:26:29', 'form_builder/66/view_application_details', 0),
(248, 'You have new application: Complaint Form', 'لديك طلب جديد: نموذج شكوى', NULL, 1, NULL, NULL, 'staff', 1, 1, '2022-06-06 06:26:29', 'form_builder/66/view_application_details', 0),
(249, 'You have new application: Complaint Form: Ramez r: 801087560', 'لديك طلب جديد: نموذج شكوى: رامز السقا: 801087560', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-06-07 11:24:50', 'form_builder/67/view_application_details', 0),
(250, 'You have new application: Complaint Form: Ramez r: 801087560', 'لديك طلب جديد: نموذج شكوى: رامز السقا: 801087560', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2022-06-07 11:24:50', 'form_builder/67/view_application_details', 0),
(251, 'You have new application: Complaint Form: Ramez r: 801087560', 'لديك طلب جديد: نموذج شكوى: رامز السقا: 801087560', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-06-07 11:24:50', 'form_builder/67/view_application_details', 0),
(252, 'You have new notification in application: Complaint Form<br><span style=\'color: #118984;\'>سقلصقثل</span>', 'لديك تنبيه جديد في طلب : نموذج شكوى<br><span style=\'color: #118984;\'>سقلصقثل</span>', NULL, 0, NULL, NULL, 'citizen', 1, 3, '2022-06-25 18:03:44', 'form_builder/62/view_application_details', 0),
(253, 'You have new application: test 123:  : ', 'لديك طلب جديد: فحص 123:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-06-30 10:59:24', 'form_builder/71/view_application_details', 0),
(254, 'You have new application: test 123:  : ', 'لديك طلب جديد: فحص 123:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-06-30 10:59:24', 'form_builder/71/view_application_details', 0),
(255, 'You have new application: test 123:  : ', 'لديك طلب جديد: فحص 123:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-06-30 10:59:24', 'form_builder/71/view_application_details', 0),
(256, 'You have new application: test new:  : ', 'لديك طلب جديد: فحص جديد:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-06-30 12:58:45', 'form_builder/72/view_application_details', 0),
(257, 'You have new application: test new:  : ', 'لديك طلب جديد: فحص جديد:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-06-30 12:58:45', 'form_builder/72/view_application_details', 0),
(258, 'You have new application: test new:  : ', 'لديك طلب جديد: فحص جديد:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-06-30 12:58:45', 'form_builder/72/view_application_details', 0),
(259, 'You have new application: test new: mohammed salah: 403004302', 'لديك طلب جديد: فحص جديد: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-06-30 16:25:35', 'form_builder/73/view_application_details', 0),
(260, 'You have new application: test new: mohammed salah: 403004302', 'لديك طلب جديد: فحص جديد: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-06-30 16:25:35', 'form_builder/73/view_application_details', 0),
(261, 'You have new application: test new: mohammed salah: 403004302', 'لديك طلب جديد: فحص جديد: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-06-30 16:25:35', 'form_builder/73/view_application_details', 0),
(262, 'You have new application: test new: mohammed salah: 403004302', 'لديك طلب جديد: فحص جديد: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-07-02 15:34:33', 'form_builder/74/view_application_details', 0),
(263, 'You have new application: test new: mohammed salah: 403004302', 'لديك طلب جديد: فحص جديد: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-07-02 15:34:33', 'form_builder/74/view_application_details', 0),
(264, 'You have new application: test new: mohammed salah: 403004302', 'لديك طلب جديد: فحص جديد: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-07-02 15:34:33', 'form_builder/74/view_application_details', 0),
(265, 'You have new application: test new: mohammed salah: 403004302', 'لديك طلب جديد: فحص جديد: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-07-02 15:57:28', 'form_builder/75/view_application_details', 0),
(266, 'You have new application: test new: mohammed salah: 403004302', 'لديك طلب جديد: فحص جديد: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-07-02 15:57:28', 'form_builder/75/view_application_details', 0),
(267, 'You have new application: test new: mohammed salah: 403004302', 'لديك طلب جديد: فحص جديد: محمد صلاح: 403004302', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-07-02 15:57:28', 'form_builder/75/view_application_details', 0),
(268, 'You have new notification in application: test new<br><span style=\'color: #118984;\'>فحص</span>', 'لديك تنبيه جديد في طلب : فحص جديد<br><span style=\'color: #118984;\'>فحص</span>', NULL, 0, NULL, NULL, 'citizen', 1, 6, '2022-07-14 13:05:08', 'form_builder/75/view_application_details', 0),
(269, 'You have new application: test new:  : ', 'لديك طلب جديد: فحص جديد:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 6, '2022-07-14 13:05:44', 'form_builder/76/view_application_details', 0),
(270, 'You have new application: test new:  : ', 'لديك طلب جديد: فحص جديد:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-07-14 13:05:44', 'form_builder/76/view_application_details', 0),
(271, 'You have new application: test new:  : ', 'لديك طلب جديد: فحص جديد:  : ', NULL, 0, NULL, NULL, 'staff', NULL, 15, '2022-07-14 13:05:44', 'form_builder/76/view_application_details', 0),
(272, 'You have new notification in application: test new<br><span style=\'color: #118984;\'>ببب</span>', 'لديك تنبيه جديد في طلب : فحص جديد<br><span style=\'color: #118984;\'>ببب</span>', NULL, 0, NULL, NULL, 'citizen', 1, 18, '2022-07-14 13:05:58', 'form_builder/76/view_application_details', 0),
(273, 'You have new notification in application: test new<br><span style=\'color: #118984;\'>ييي</span>', 'لديك تنبيه جديد في طلب : فحص جديد<br><span style=\'color: #118984;\'>ييي</span>', NULL, 0, NULL, NULL, 'citizen', 1, 18, '2022-07-14 13:06:28', 'form_builder/76/view_application_details', 0),
(274, 'You have new notification in application: test new<br><span style=\'color: #118984;\'>سسسسسس</span>', 'لديك تنبيه جديد في طلب : فحص جديد<br><span style=\'color: #118984;\'>سسسسسس</span>', NULL, 1, NULL, NULL, 'citizen', 1, 18, '2022-07-14 13:22:15', 'form_builder/76/view_application_details', 0),
(275, 'You have new Consultation in application: test new', 'لديك إستشارة جديدة في طلب : فحص جديد', NULL, 0, NULL, NULL, 'staff', 1, 16, '2022-07-16 13:53:53', 'form_builder/73/view_application_details', 0),
(276, 'mohammed mohammed Replied to your notification: فحص', 'محمد محمد محمد محمد قام بالرد على تنبيهك: فحص', NULL, 1, NULL, NULL, 'staff', NULL, 1, '2022-07-16 14:01:09', 'notifications', 0),
(277, 'You have new notification in application: test new<br><span style=\'color: #118984;\'>tpw</span>', 'لديك تنبيه جديد في طلب : فحص جديد<br><span style=\'color: #118984;\'>tpw</span>', '1657971838_1624036222.png', 0, 295, NULL, 'citizen', 1, 6, '2022-07-16 14:43:58', 'form_builder/73/view_application_details', 0),
(278, 'You have new notification in application: test new<br><span style=\'color: #118984;\'>ssss</span>', 'لديك تنبيه جديد في طلب : فحص جديد<br><span style=\'color: #118984;\'>ssss</span>', '1657971882_1916947785.png', 1, 301, NULL, 'citizen', 1, 18, '2022-07-16 14:44:42', 'form_builder/76/view_application_details', 0),
(279, 'mohammed mohammed Replied to your notification: sdvde', 'محمد محمد محمد محمد قام بالرد على تنبيهك: sdvde', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-07-16 14:56:08', 'notifications', 0),
(280, 'mohammed mohammed Replied to your notification: ssss', 'محمد محمد محمد محمد قام بالرد على تنبيهك: ssss', NULL, 0, NULL, NULL, 'staff', NULL, 1, '2022-07-16 14:56:38', 'notifications', 0),
(281, 'mohammed mohammed Replied to your notification: sss', 'محمد محمد محمد محمد قام بالرد على تنبيهك: sss', '1657972701_1141174113.sql', 1, 301, NULL, 'staff', NULL, 1, '2022-07-16 14:58:21', 'notifications', 0);

-- --------------------------------------------------------

--
-- Table structure for table `es_organizations`
--

CREATE TABLE `es_organizations` (
  `org_id` bigint(11) NOT NULL,
  `admin_id` int(11) DEFAULT NULL,
  `name_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `portal_doc` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `login_faild_count` int(11) DEFAULT 3,
  `work_start_time` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `work_end_time` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `fax` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `phone` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_default` int(2) DEFAULT 0,
  `sms_config` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `logo` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `attachment_size` double DEFAULT NULL,
  `menu_display_transaction_type` int(11) DEFAULT NULL,
  `menu_display_transaction_cate` int(11) DEFAULT NULL,
  `menu_display_transaction` int(11) DEFAULT NULL,
  `recaptcha_key` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `recaptcha_secret` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `send_alert_for_staff_on_late` varchar(255) COLLATE utf8_unicode_ci DEFAULT '[]',
  `bills_api_url` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `bills_api_header` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `staff_time_api_header` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `staff_time_api_url` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `sms_url` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `sms_to` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `sms_message` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `smtp_host` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `smtp_username` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `smtp_password` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `smtp_driver` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `smtp_port` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `smtp_email` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `system_email` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `reminder_by` enum('email','sms','both') COLLATE utf8_unicode_ci DEFAULT NULL,
  `period_delay_minutes` double DEFAULT NULL COMMENT 'period of delays in minutes for late application requests ',
  `citizen_can_apply_form` int(11) DEFAULT NULL,
  `firm_can_apply_form` int(11) DEFAULT NULL,
  `registration_on_portal_citizen` int(11) DEFAULT NULL,
  `reg_need_admin_approve_citizen` int(2) DEFAULT 1,
  `registration_on_portal_firm` int(11) DEFAULT NULL,
  `reg_need_admin_approve_firm` int(11) DEFAULT NULL,
  `audit_delete_period` int(11) DEFAULT NULL,
  `official_days` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `week_ends` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_ad_ssl` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_use_ad_` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_ad_tls` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_ad_host` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_ad_dn` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_ad_username` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_ad_password` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_ad_prefix` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_ad_suffix` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_ad_port` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `status_cd` int(2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `created_by` bigint(2) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(2) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(2) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_organizations`
--

INSERT INTO `es_organizations` (`org_id`, `admin_id`, `name_ar`, `name_en`, `portal_doc`, `login_faild_count`, `work_start_time`, `work_end_time`, `fax`, `phone`, `is_default`, `sms_config`, `logo`, `address_ar`, `address_en`, `attachment_size`, `menu_display_transaction_type`, `menu_display_transaction_cate`, `menu_display_transaction`, `recaptcha_key`, `recaptcha_secret`, `send_alert_for_staff_on_late`, `bills_api_url`, `bills_api_header`, `staff_time_api_header`, `staff_time_api_url`, `sms_url`, `sms_to`, `sms_message`, `smtp_host`, `smtp_username`, `smtp_password`, `smtp_driver`, `smtp_port`, `smtp_email`, `system_email`, `reminder_by`, `period_delay_minutes`, `citizen_can_apply_form`, `firm_can_apply_form`, `registration_on_portal_citizen`, `reg_need_admin_approve_citizen`, `registration_on_portal_firm`, `reg_need_admin_approve_firm`, `audit_delete_period`, `official_days`, `week_ends`, `auth_ad_ssl`, `auth_use_ad_`, `auth_ad_tls`, `auth_ad_host`, `auth_ad_dn`, `auth_ad_username`, `auth_ad_password`, `auth_ad_prefix`, `auth_ad_suffix`, `auth_ad_port`, `status_cd`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 'قلم الجمهور', 'CSC', '1572343926csc_manual.docx', 3, '8:00 AM', '3:00 PM', '2552289', '2552289', 0, NULL, '155289394915454978671533709649csc.png', 'فلسطين رام الله', 'Palestine Gaza', NULL, 1, 1, 1, '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI', '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe', '[]', '', NULL, NULL, '', 'http://www.tweetsms.ps/api.php?comm=sendsms&user=shiftict&pass=admin@2016&sender=ShiftIct', 'to=', 'message=', 'mail.shiftictapps.com', 'csc@shiftictapps.com', 'OcEdE8r+XvS%', 'SMTP', '587', 'csc@shiftictapps.com', NULL, NULL, 150, 1, 0, 1, 0, 1, 0, 6, '[\"saturday\",\"sunday\",\"monday\",\"tuesday\",\"wednesday\",\"thursday\"]', '[\"friday\"]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-06 15:00:00', NULL, NULL, NULL, '2022-05-25 09:55:06', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_org_positions`
--

CREATE TABLE `es_org_positions` (
  `position_id` int(11) NOT NULL,
  `name_ar` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `name_en` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
  `status_cd` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_org_positions`
--

INSERT INTO `es_org_positions` (`position_id`, `name_ar`, `org_id_fk`, `name_en`, `status_cd`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'رئيس قسم خدمات الجمهور', 1, 'Head of Public Service Center', 2, '2019-03-30 08:39:48', 1, NULL, NULL, '2019-03-30 08:39:48', NULL),
(2, 'رئيس قسم الاستشارات القانونية', 1, 'Head of Engineering Department', 2, '2019-03-30 08:40:36', 1, NULL, NULL, '2021-07-15 05:00:49', NULL),
(3, 'رئيس قسم المالية', 1, 'Head of Finance Department', 2, '2019-03-30 08:41:22', 1, NULL, NULL, '2019-03-30 08:41:22', NULL),
(4, 'مشرف ميداني', 1, 'Field Supervisor', 2, '2019-03-31 04:15:29', 1, NULL, NULL, '2019-03-31 04:15:29', NULL),
(5, 'موظف خدمات جمهور', 1, 'Public Services Officer', 2, '2019-03-31 04:19:48', 1, NULL, NULL, '2019-03-31 04:19:48', NULL),
(6, 'مشرف', 1, 'Administrator', 2, '2020-10-21 12:31:44', 1, NULL, NULL, '2020-10-21 12:31:44', NULL),
(7, 'موظف تشغيلي', 1, 'Operational Employee', 2, '2020-10-21 12:32:33', 1, NULL, NULL, '2020-10-21 12:32:33', NULL),
(8, 'موظف الاستقبال', 1, 'reception', 2, '2022-05-08 09:44:40', 1, NULL, NULL, '2022-05-08 09:44:40', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_org_structure`
--

CREATE TABLE `es_org_structure` (
  `org_structure_id` int(11) NOT NULL,
  `org_id_fk` int(11) NOT NULL,
  `org_structure_type` enum('department','work_group') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'department',
  `name_ar` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `name_en` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `parent_id_fk` int(11) DEFAULT 0,
  `manager_id_fk` int(11) DEFAULT NULL,
  `status_cd` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_org_structure`
--

INSERT INTO `es_org_structure` (`org_structure_id`, `org_id_fk`, `org_structure_type`, `name_ar`, `name_en`, `description_en`, `description_ar`, `parent_id_fk`, `manager_id_fk`, `status_cd`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 'department', 'مركز خدمات الجمهور', 'Public', 'Public Service Center', 'مركز خدمات الجمهور', 0, 2, 2, '2019-03-30 08:36:14', 1, NULL, NULL, '2019-04-17 09:55:36', NULL),
(2, 1, 'department', 'قسم الاستشارات القانونية', 'consultation', 'Engineering Department', 'قسم الاستشارات القانونية', 0, 3, 2, '2019-03-30 08:37:12', 1, NULL, NULL, '2021-07-15 05:01:59', NULL),
(3, 1, 'department', 'قسم المالية', 'Finance', 'Finance department', 'قسم المالية', 0, 6, 2, '2019-03-30 08:38:13', 1, NULL, NULL, '2020-01-16 09:07:00', NULL),
(4, 1, 'department', 'الإدارة', 'Management', 'Details', 'تفاصيل', 0, 1, 2, '2019-04-17 09:56:36', 1, NULL, NULL, '2019-04-17 09:56:36', NULL),
(5, 1, 'work_group', 'تجريبي', 'test', 'Gg', 'سلي', 0, 4, 2, '2020-01-15 08:47:30', 1, NULL, NULL, '2020-01-15 08:47:30', NULL),
(6, 1, 'department', 'التراخيص', 'Licenses', 'Licenses', 'التراخيص', 0, 1, 2, '2020-10-21 12:18:56', 1, NULL, NULL, '2020-10-21 12:18:56', NULL),
(7, 1, 'department', 'الكشف الميداني', 'Field detection', 'Field detection', 'الكشف الميداني', 0, 1, 2, '2020-10-21 12:33:09', 1, NULL, NULL, '2020-10-21 12:33:09', NULL),
(8, 1, 'department', 'السجل المدني', 'Civil Registry', 'Civil Registry', 'السجل المدني', 0, 1, 2, '2020-10-22 05:31:53', 1, NULL, NULL, '2020-10-22 05:31:53', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_pages`
--

CREATE TABLE `es_pages` (
  `page_id` bigint(20) NOT NULL,
  `title_ar` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `title_en` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `details_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `details_en` text COLLATE utf8_unicode_ci NOT NULL,
  `org_id_fk` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(20) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(20) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_pages`
--

INSERT INTO `es_pages` (`page_id`, `title_ar`, `title_en`, `details_ar`, `details_en`, `org_id_fk`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'من نحن', 'About us', '<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>\r\n\r\n<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>\r\n\r\n<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>\r\n\r\n<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>\r\n\r\n<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', 1, '2019-10-29 08:03:18', 1, NULL, NULL, '2019-10-29 08:03:18', NULL),
(2, 'تواصل معنا', 'Contact US', '<p>لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق &quot;ليتراسيت&quot; (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل &quot;ألدوس بايج مايكر&quot; (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.</p>', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', 1, '2019-10-29 08:04:06', 1, NULL, NULL, '2019-10-29 08:04:06', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_report_fields`
--

CREATE TABLE `es_report_fields` (
  `report_field_id` int(11) NOT NULL,
  `report_id_fk` int(11) DEFAULT NULL,
  `field_id_fk` int(11) DEFAULT NULL,
  `is_viewed` tinyint(4) DEFAULT 0,
  `is_filtered` tinyint(4) DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_report_fields`
--

INSERT INTO `es_report_fields` (`report_field_id`, `report_id_fk`, `field_id_fk`, `is_viewed`, `is_filtered`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 6, 1, 0, '2019-04-21 05:48:34', 1, NULL, NULL, NULL, NULL),
(2, 1, 7, 1, 0, '2019-04-21 05:48:34', 1, NULL, NULL, NULL, NULL),
(3, 1, 8, 1, 0, '2019-04-21 05:48:34', 1, NULL, NULL, NULL, NULL),
(4, 1, 9, 1, 0, '2019-04-21 05:48:34', 1, NULL, NULL, NULL, NULL),
(5, 1, 10, 1, 0, '2019-04-21 05:48:34', 1, NULL, NULL, NULL, NULL),
(6, 1, 11, 1, 0, '2019-04-21 05:48:34', 1, NULL, NULL, NULL, NULL),
(7, 2, 6, 1, 0, '2019-05-09 06:57:24', 1, NULL, NULL, NULL, NULL),
(8, 2, 7, 1, 0, '2019-05-09 06:57:24', 1, NULL, NULL, NULL, NULL),
(9, 2, 8, 1, 0, '2019-05-09 06:57:24', 1, NULL, NULL, NULL, NULL),
(10, 2, 9, 1, 0, '2019-05-09 06:57:24', 1, NULL, NULL, NULL, NULL),
(11, 2, 10, 1, 0, '2019-05-09 06:57:25', 1, NULL, NULL, NULL, NULL),
(12, 2, 11, 1, 0, '2019-05-09 06:57:25', 1, NULL, NULL, NULL, NULL),
(18, 3, 6, 1, 1, '2019-10-30 07:10:17', 1, NULL, NULL, '2019-10-30 05:10:17', NULL),
(19, 3, 7, 1, 0, '2019-10-30 07:10:18', 1, NULL, NULL, NULL, NULL),
(20, 3, 8, 1, 0, '2019-10-30 07:10:18', 1, NULL, NULL, NULL, NULL),
(21, 3, 9, 1, 0, '2019-10-30 07:10:18', 1, NULL, NULL, NULL, NULL),
(22, 3, 10, 1, 1, '2019-10-30 07:10:18', 1, NULL, NULL, '2019-10-30 05:10:18', NULL),
(23, 3, 11, 1, 1, '2019-10-30 07:10:18', 1, NULL, NULL, '2019-10-30 05:10:18', NULL),
(24, 4, 1, 1, 1, '2020-09-06 11:53:15', 1, NULL, NULL, '2020-09-06 09:53:15', NULL),
(25, 4, 2, 1, 1, '2020-09-06 11:53:15', 1, NULL, NULL, '2020-09-06 09:53:15', NULL),
(26, 4, 3, 1, 0, '2020-09-06 11:53:15', 1, NULL, NULL, NULL, NULL),
(27, 4, 4, 1, 0, '2020-09-06 11:53:15', 1, NULL, NULL, NULL, NULL),
(28, 5, 90, 1, 1, '2020-10-26 12:50:05', 1, NULL, NULL, '2020-10-26 09:50:05', NULL),
(29, 5, 91, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(30, 5, 92, 1, 1, '2020-10-26 12:50:05', 1, NULL, NULL, '2020-10-26 09:50:05', NULL),
(31, 5, 93, 1, 1, '2020-10-26 12:50:05', 1, NULL, NULL, '2020-10-26 09:50:05', NULL),
(32, 5, 94, 1, 1, '2020-10-26 12:50:05', 1, NULL, NULL, '2020-10-26 09:50:05', NULL),
(33, 5, 95, 1, 1, '2020-10-26 12:50:05', 1, NULL, NULL, '2020-10-26 09:50:05', NULL),
(34, 5, 96, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(35, 5, 97, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(36, 5, 98, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(37, 5, 105, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(38, 5, 106, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(39, 5, 107, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(40, 5, 108, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(41, 5, 109, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(42, 5, 110, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(43, 5, 111, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(44, 5, 112, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(45, 5, 113, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(46, 5, 114, 1, 0, '2020-10-26 12:50:05', 1, NULL, NULL, NULL, NULL),
(47, 6, 6, 1, 1, '2021-02-25 13:16:59', 1, NULL, NULL, '2021-02-25 10:16:59', NULL),
(48, 6, 7, 1, 1, '2021-02-25 13:16:59', 1, NULL, NULL, '2021-02-25 10:16:59', NULL),
(49, 6, 8, 1, 0, '2021-02-25 13:16:59', 1, NULL, NULL, NULL, NULL),
(50, 6, 9, 1, 1, '2021-02-25 13:16:59', 1, NULL, NULL, '2021-02-25 10:16:59', NULL),
(51, 6, 10, 1, 0, '2021-02-25 13:16:59', 1, NULL, NULL, NULL, NULL),
(52, 6, 11, 1, 0, '2021-02-25 13:16:59', 1, NULL, NULL, NULL, NULL),
(53, 6, 35, 1, 0, '2021-02-25 13:16:59', 1, NULL, NULL, NULL, NULL),
(54, 7, 6, 1, 0, '2021-05-27 08:42:05', 1, NULL, NULL, NULL, NULL),
(55, 7, 7, 1, 0, '2021-05-27 08:42:05', 1, NULL, NULL, NULL, NULL),
(56, 7, 8, 1, 0, '2021-05-27 08:42:05', 1, NULL, NULL, NULL, NULL),
(57, 7, 9, 1, 0, '2021-05-27 08:42:05', 1, NULL, NULL, NULL, NULL),
(58, 7, 10, 1, 0, '2021-05-27 08:42:05', 1, NULL, NULL, NULL, NULL),
(59, 7, 11, 1, 0, '2021-05-27 08:42:05', 1, NULL, NULL, NULL, NULL),
(60, 7, 35, 1, 0, '2021-05-27 08:42:05', 1, NULL, NULL, NULL, NULL),
(61, 8, 6, 1, 0, '2022-04-25 07:29:58', 1, NULL, NULL, NULL, NULL),
(62, 8, 7, 1, 0, '2022-04-25 07:29:58', 1, NULL, NULL, NULL, NULL),
(63, 8, 203, 1, 0, '2022-04-25 07:29:58', 1, NULL, NULL, NULL, NULL),
(64, 8, 8, 1, 0, '2022-04-25 07:29:58', 1, NULL, NULL, NULL, NULL),
(65, 8, 9, 1, 0, '2022-04-25 07:29:58', 1, NULL, NULL, NULL, NULL),
(66, 8, 10, 1, 0, '2022-04-25 07:29:58', 1, NULL, NULL, NULL, NULL),
(67, 8, 11, 1, 0, '2022-04-25 07:29:58', 1, NULL, NULL, NULL, NULL),
(68, 8, 202, 1, 0, '2022-04-25 07:29:58', 1, NULL, NULL, NULL, NULL),
(69, 8, 35, 1, 0, '2022-04-25 07:29:58', 1, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_report_templates`
--

CREATE TABLE `es_report_templates` (
  `report_id` int(11) NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `transaction_type_id_fk` int(11) DEFAULT NULL,
  `transaction_category_id_fk` int(11) DEFAULT NULL,
  `transaction_type_cd` int(11) DEFAULT NULL,
  `title_ar` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `title_en` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_report_templates`
--

INSERT INTO `es_report_templates` (`report_id`, `org_id_fk`, `transaction_type_id_fk`, `transaction_category_id_fk`, `transaction_type_cd`, `title_ar`, `title_en`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 2, 2, 28, 'عنوان التقرير - عربي *', 'a', '2019-04-21 02:48:34', 1, NULL, NULL, '2019-04-21 02:48:34', NULL),
(2, 1, 2, 2, 28, '1', '1', '2019-05-09 03:57:24', 1, NULL, NULL, '2019-05-09 03:57:24', NULL),
(3, 1, 2, 2, 28, '1', '2', '2019-10-30 05:09:39', 1, NULL, NULL, '2019-10-30 05:10:17', 1),
(4, 1, 1, 1, 30, 'تقرير جديد 1', 'Report 1', '2020-09-06 09:53:15', 1, NULL, NULL, '2020-09-06 09:53:15', NULL),
(5, 1, 7, 3, 30, 'تقرير جديد 1', 'new report', '2020-10-26 09:50:05', 1, NULL, NULL, '2020-10-26 09:50:05', NULL),
(6, 1, 2, 2, 28, 'فحصصصص', 'testtttt', '2021-02-25 10:16:59', 1, NULL, NULL, '2021-02-25 10:16:59', NULL),
(7, 1, 2, 2, 28, 'شكاوي', 'ssss', '2021-05-27 05:42:05', 1, NULL, NULL, '2021-05-27 05:42:05', NULL),
(8, 1, 2, 2, 28, 'تقاير شكاوي', 'reports', '2022-04-25 04:29:58', 1, NULL, NULL, '2022-04-25 04:29:58', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_staffs`
--

CREATE TABLE `es_staffs` (
  `staff_id` bigint(11) NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `staff_time_status` int(11) DEFAULT 1,
  `first_name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `father_name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `grandfather_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `family_name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `first_name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `father_name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `grandfather_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `family_name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `gender_cd` int(11) NOT NULL,
  `id_card_no` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `phone` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `mobile` text COLLATE utf8_unicode_ci NOT NULL,
  `lang` varchar(5) COLLATE utf8_unicode_ci DEFAULT 'en',
  `security_question_cd` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `security_answer` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `fail_login_count` int(255) DEFAULT 0,
  `username` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `s_password` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `remember_token` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `status` int(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(255) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_staffs`
--

INSERT INTO `es_staffs` (`staff_id`, `org_id_fk`, `staff_time_status`, `first_name_ar`, `father_name_ar`, `grandfather_ar`, `family_name_ar`, `first_name_en`, `father_name_en`, `grandfather_en`, `family_name_en`, `gender_cd`, `id_card_no`, `phone`, `email`, `mobile`, `lang`, `security_question_cd`, `security_answer`, `fail_login_count`, `username`, `s_password`, `remember_token`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 1, '-', 'مدير النظام', '-', '-', 'Daloull', 'Moustafa', 'Adnan', 'Moustafa', 6, '1432432432', '1111111111111111', 'm.daloull@gmail.com', '0595898964', 'ar', '13', 'Hello?', 0, 'admin', '0192023a7bbd73250516f069df18b500', 'wP5rwLD6kvqnplThhpgc34QfOzwut4KVJ9W9sqOTXJnFxVWr7xkQZGgRNPOo', 2, '2018-07-05 03:49:52', NULL, NULL, NULL, '2022-06-21 05:03:58', 1),
(2, 1, 1, 'انس', 'جمال', 'موسى', 'حمدان', 'Anas', 'Jamal', 'Musa', 'Hamdan', 6, '8534576687', NULL, 'mohammad.arar@experts.ps', '0592066694', 'ar', '13', 'ok', 0, 'anas', 'e10adc3949ba59abbe56e057f20f883e', '6fd2rEZBngrx9k221gMJxAa3we6vHX4JJ2SabtRrPv5OgJjMzIUxSOSPWnfU', 2, '2019-03-30 08:02:52', 1, NULL, NULL, '2019-03-31 05:00:45', NULL),
(3, 1, 1, 'امجد', 'خالد', 'سعيد', 'رضوان', 'Amjad', 'Khalid', 'Saeed', 'Radwan', 6, '64564564564', NULL, 'moe.arar1990@gmail.com', '0592066694', 'en', '13', 'ok', 0, 'amjad', 'e10adc3949ba59abbe56e057f20f883e', 'iHaf5CXbm1zfLsBcOCDOFYseBnHHbApR7hmfiKfE5FhyA0RWsQ2jpScTBdfQ', 2, '2019-03-30 08:04:26', 1, NULL, NULL, '2019-03-30 08:04:26', NULL),
(4, 1, 1, 'فيصل', 'سعيد', 'فيصل', 'شحادة', 'Faisal', 'Saeed', 'Faisal', 'Shehada', 6, '7878678456', NULL, 'faisal.shehada@experts.ps', '0592066694', 'ar', '13', 'ok', 0, 'faisal', 'e10adc3949ba59abbe56e057f20f883e', 'fwGFwsQJU3p3tj57NAB9EvlGlSAjQHeVtflqC4Yphe36mgrJN3DCgCKel7ER', 2, '2019-03-30 08:05:56', 1, NULL, NULL, '2019-03-31 04:59:33', NULL),
(5, 1, 1, 'مؤمن', 'احمد', 'سعيد', 'سلامة', 'Momen', 'Ahmad', 'Saeed', 'Salameh', 6, '852696658', NULL, 'momen.salameh@experts.ps', '0592066683', 'ar', '13', 'ok', 0, 'momen', '0192023a7bbd73250516f069df18b500', 'Jkc48QH3fmhpiPKPHrFFwtGl4UjjAtCPnVCvosZv3TDLsYLKy22UpyseqD2j', 2, '2019-03-31 04:14:31', 1, NULL, NULL, '2020-01-16 09:03:14', NULL),
(6, 1, 1, 'عبد الله', 'موسى', 'احمد', 'صبري', 'Abdallah', 'Musa', 'Ahmad', 'Sabri', 6, '8596974582', NULL, 'abdallah.sabri@experts.ps', '0592666620', 'en', '13', 'ok', 0, 'abdallah', '0192023a7bbd73250516f069df18b500', 'QTetAjcJfisyyOVfq63VwZ2PwkvtdUFv8rCqTPdJy1ZEz9hUOE4juZrsmdOX', 2, '2019-03-31 04:18:53', 1, NULL, NULL, '2020-01-16 09:05:27', NULL),
(7, 1, 1, 'ه', 'ه', 'ه', 'ه', 't', 't', 't', 't', 6, '900876567', NULL, 'm@mm.com', '9876787687', 'ar', '13', 'test', 0, 'test', 'e10adc3949ba59abbe56e057f20f883e', NULL, 2, '2020-01-16 09:09:36', 1, NULL, NULL, '2020-01-16 10:06:08', NULL),
(8, 1, 1, 'محمد', 'وليد', 'حلمي', 'الدهشان', 'Mohammed', 'Waleed', 'Helmy', 'El Dahshan', 6, '0595103335', NULL, 'mwdahshan@gmail.com', '0595103335', 'ar', '13', 'الحمد الله', 0, 'dahshan', 'ae59a4b96d9db5f7a8ee825d84fd2d91', NULL, 2, '2021-05-02 07:55:12', 1, NULL, NULL, '2021-05-02 08:09:32', NULL),
(9, 1, 1, 'نورا', 'محمد', 'علي', 'أحمد', 'nora', 'mohammed', 'ali', 'ahmed', 7, '123456789', '654564456', 'nora@nora.com', '644645654', 'ar', '13', 'تمام', 0, 'nora', 'e10adc3949ba59abbe56e057f20f883e', NULL, 2, '2021-05-25 06:01:02', 1, NULL, NULL, '2021-10-27 08:35:03', 1),
(10, 1, 1, 'رامي', 'عبد الرزاق', '-', '-', 'Rami', 'Abd - Alrazaq', '-', '-', 6, '43534599896', NULL, 'rami@gmail.com', '05955555555', 'en', '13', 'بخير', 0, 'rami', '4297f44b13955235245b2497399d7a93', NULL, 2, '2022-05-08 04:40:14', 1, '2022-05-08 04:43:16', 1, '2022-05-08 04:43:16', NULL),
(11, 1, 1, 'رامي', 'عبدالرزاق', 'سعيد', 'سعيد', 'Rami', 'Abdalrazaq', 'Saeed', 'Saeed', 6, '434556789', '0595558931', 'rami123@gmail.com', '0595558931', 'en', '13', 'بخير', 0, 'rami', 'f5bb0c8de146c67b44babbf4e6584cc0', NULL, 2, '2022-05-08 04:52:10', 1, '2022-05-08 04:56:58', 1, '2022-05-08 04:56:58', NULL),
(12, 1, 1, 'رامي', 'عبد الرزاق', 'سعيد', 'عبدالله', 'Rami', 'Abdalrazaq', 'Saeed', 'Abdullah', 6, '987456789', '0595558933', 'rami345@gmail.com', '0595558933', 'ar', '13', 'بخير', 0, 'rami', '25f9e794323b453885f5181f1b624d0b', NULL, 2, '2022-05-08 05:01:20', 1, NULL, NULL, '2022-05-08 05:07:13', NULL),
(13, 1, 1, '-', 'جلسة التنظيم', '-', '-', '-', 'Organizing session', '-', '-', 6, '8596596753', '0595764321', 'Organizingsession@gmail.com', '0595764321', 'en', '13', 'good', 0, 'organize', 'f5bb0c8de146c67b44babbf4e6584cc0', NULL, 2, '2022-05-08 08:32:53', 1, NULL, NULL, '2022-05-08 08:32:53', NULL),
(14, 1, 1, 'الاستقبال', '-', '-', '-', 'Reception', '-', '-', '-', 7, '123123123', '13131313', 'Reception@gmail.com', '133133131', 'en', '13', 'good', 0, 'res', 'f5bb0c8de146c67b44babbf4e6584cc0', NULL, 2, '2022-05-08 08:37:02', 1, '2022-05-31 06:23:27', 1, '2022-05-31 06:23:27', NULL),
(15, 1, 1, 'مهندسة', 'هديل', '-', '-', 'ENG', 'Hadeel', '-', '-', 7, '345435365', '456464564654', 'hadeel@gmail.com', '546464564', 'en', '13', 'good', 0, 'hadeel', 'f5bb0c8de146c67b44babbf4e6584cc0', NULL, 17, '2022-05-08 08:39:05', 1, '2022-05-31 06:23:21', 1, '2022-05-31 06:23:21', NULL),
(16, 1, 1, 'نيفين', 'عمر', 'ابراهيم', 'شتية', 'neveen', 'omar', 'ibrahim', 'shtaya', 7, '8888962551', '0598585126', 'neveenshtaya104@gmail.com', '0595558931', 'en', '13', 'بخير', 0, 'neveen1', 'e10adc3949ba59abbe56e057f20f883e', NULL, 2, '2022-06-08 09:02:26', 1, NULL, NULL, '2022-06-08 09:02:26', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_staffs_sessions`
--

CREATE TABLE `es_staffs_sessions` (
  `id` int(11) NOT NULL,
  `staff_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_staffs_sessions`
--

INSERT INTO `es_staffs_sessions` (`id`, `staff_id`, `user_id`, `created_at`) VALUES
(39, 3, NULL, '2019-04-11 06:55:06'),
(115, NULL, 1, '2019-11-19 07:34:18'),
(162, 2, NULL, '2020-09-30 13:43:20'),
(87, NULL, 2, '2019-05-16 09:51:44'),
(393, 16, NULL, '2022-06-08 12:02:42'),
(132, 5, NULL, '2020-01-16 11:03:55'),
(133, 6, NULL, '2020-01-16 11:05:50'),
(417, NULL, 20, '2022-06-30 10:56:48'),
(190, 8, NULL, '2021-05-02 10:56:36'),
(195, NULL, 4, '2021-05-02 13:39:18'),
(256, 9, NULL, '2021-10-27 11:36:21'),
(204, NULL, 5, '2021-05-27 09:35:36'),
(304, 12, NULL, '2022-05-08 11:04:51'),
(388, NULL, 10, '2022-06-07 06:45:22'),
(438, NULL, 18, '2022-07-16 13:24:20');

-- --------------------------------------------------------

--
-- Table structure for table `es_staff_groups`
--

CREATE TABLE `es_staff_groups` (
  `staff_group_id` bigint(11) NOT NULL,
  `staff_id` bigint(255) DEFAULT NULL,
  `group_id` bigint(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_staff_groups`
--

INSERT INTO `es_staff_groups` (`staff_group_id`, `staff_id`, `group_id`) VALUES
(1, 1, 1),
(2, 2, 2),
(3, 3, 2),
(4, 4, 2),
(5, 6, 3),
(6, 5, 4),
(7, 7, 3),
(9, 9, 3),
(10, 12, 3),
(11, 13, 3),
(12, 15, 4),
(13, 14, 4),
(14, 1, 3);

-- --------------------------------------------------------

--
-- Table structure for table `es_system_functions`
--

CREATE TABLE `es_system_functions` (
  `function_id` bigint(11) NOT NULL,
  `f_order` int(11) DEFAULT NULL,
  `name_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `url` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `icon` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_visable` int(255) DEFAULT NULL,
  `is_menu` int(11) NOT NULL,
  `notification_status_cd` int(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_system_functions`
--

INSERT INTO `es_system_functions` (`function_id`, `f_order`, `name_ar`, `name_en`, `url`, `parent_id`, `icon`, `is_visable`, `is_menu`, `notification_status_cd`) VALUES
(1, 1, 'المواطنين', 'Citizens', 'citizens/', 0, 'icon-users', 1, 1, NULL),
(2, NULL, 'إضافة مواطن', 'Add Citizen', 'citizens/create/', 1, NULL, 1, 0, NULL),
(4, NULL, 'تعديل المواطن', 'Edit Citizen', 'citizens/edit/', 1, NULL, 1, 0, NULL),
(5, NULL, 'حذف مواطن', 'Delete citizen', 'citizens/delete/', 1, NULL, 1, 0, NULL),
(6, NULL, 'إعادة تعيين كلمة المرور للمواطن', 'Reset Password for Citizen', 'citizens/reset_password/', 1, NULL, 1, 0, NULL),
(7, 3, 'الموظفين', 'Staffs', 'staffs/', 0, 'icon-users', 1, 1, NULL),
(8, NULL, 'إضافة موظف', 'Add Staff', 'staffs/create/', 7, NULL, 1, 0, NULL),
(9, NULL, 'تعديل موظف', 'Edit Staff', 'staffs/edit/', 7, NULL, 1, 0, NULL),
(10, NULL, 'حذف موظف', 'Delete Staff', 'staffs/delete/', 7, NULL, 1, 0, NULL),
(11, NULL, 'إعادة تعيين كلمة المرور للموظف', 'Reset Password for Staff', 'staffs/reset_password/', 7, NULL, 1, 0, NULL),
(12, 5, 'العطلات', 'Holidays', 'holidays/', 26, 'fa fa-calendar', 1, 1, NULL),
(13, NULL, 'إضافة عطلة', 'Add Holiday', 'holidays/create/', 12, NULL, 1, 0, NULL),
(14, NULL, 'تعديل عطلة', 'Edit Holiday', 'holidays/edit/', 12, NULL, 1, 0, NULL),
(15, NULL, 'حذف عطلة', 'Delete Holiday', 'holidays/delete/', 12, NULL, 1, 0, NULL),
(16, 2, 'المؤسسات', 'Firms', 'professions/', 0, 'fa fa-tasks', 1, 1, NULL),
(17, NULL, 'إضافة مؤسسة', 'Add Firm', 'professions/create/', 16, NULL, 1, 0, NULL),
(18, NULL, 'تعديل مؤسسة', 'Edit Firm', 'professions/edit/', 16, NULL, 1, 0, NULL),
(19, NULL, 'حذف مؤسسة', 'Delete Firm', 'professions/delete/', 16, NULL, 1, 0, NULL),
(20, NULL, 'إعادة تعيين كلمة المرور للمؤسسة', 'Reset Password for Firm', 'professions/reset_password/', 16, NULL, 1, 0, NULL),
(21, NULL, 'تسجيل الدخول', 'Login', 'login/', 0, NULL, 0, 0, NULL),
(22, NULL, 'تسجيل خروج', 'logout', 'logout/', 0, NULL, 0, 0, NULL),
(23, NULL, 'تفعيل / حظر الموظفين', 'Enable / Block Staffs', 'staffs/status/', 7, '', 1, 0, NULL),
(24, NULL, 'تعديل بيانات الحساب', 'Edit Profile', 'profile/', 0, NULL, 0, 0, NULL),
(25, 18, 'السجل', 'Audit', 'audit/', 0, 'fa fa-history', 1, 1, NULL),
(26, 20, 'إعدادات عامة', 'General Settings', NULL, 0, 'icon-settings', 1, 1, NULL),
(27, 1, 'المحافظات', 'Districts', 'districts/', 26, NULL, 1, 1, NULL),
(28, 2, 'المدن', 'Cities', 'cities/', 26, NULL, 1, 1, NULL),
(29, 3, 'القرى / المخيمات', 'Village / Camps', 'village_camp/', 26, NULL, 1, 1, NULL),
(30, NULL, 'إضافة محافظة', 'Add District', 'districts/create/', 27, NULL, 1, 0, NULL),
(31, NULL, 'تعديل محافظة', 'Edit District', 'districts/edit/', 27, NULL, 1, 0, NULL),
(32, NULL, 'حذف محافظة', 'Delete District', 'districts/delete/', 27, NULL, 1, 0, NULL),
(33, NULL, 'إضافة مدينة', 'Add City', 'cities/create/', 28, NULL, 1, 0, NULL),
(34, NULL, 'تعديل مدينة', 'Edit City', 'cities/edit/', 28, NULL, 1, 0, NULL),
(35, NULL, 'حذف مدينة', 'Delete City', 'cities/delete/', 28, NULL, 1, 0, NULL),
(36, NULL, 'إضافة قرية / مخيم', 'Add Village / Camp', 'village_camp/create/', 29, NULL, 1, 0, NULL),
(37, NULL, 'تعديل قرية / مخيم', 'Edit Village / Camp', 'village_camp/edit/', 29, NULL, 1, 0, NULL),
(38, NULL, 'حذف قرية / مخيم', 'Delete Village / Camp', 'village_camp/delete/', 29, NULL, 1, 0, NULL),
(39, 4, 'قطاعات الأعمال', 'Business Sectors', 'sectors/', 26, NULL, 1, 1, NULL),
(40, NULL, 'إضافة قطاع عمل', 'Add Sector', 'sectors/create/', 39, NULL, 1, 0, 0),
(41, NULL, 'تعديل قطاع عمل', 'Edit Sector', 'sectors/edit/', 39, NULL, 1, 0, NULL),
(42, NULL, 'حذف قطاع عمل', 'Delete Sector', 'sectors/delete/', 39, NULL, 1, 0, NULL),
(43, 4, 'تصنيفات العمليات', 'Transactions Categories', 'transactions_categories/', 0, 'icon-diamond', 1, 1, NULL),
(44, NULL, 'إضافة تصنيف عملية', 'Add Transaction Category', 'transactions_categories/create/', 43, NULL, 1, 0, NULL),
(45, NULL, 'تعديل تصنيف عملية', 'Edit Transaction Category', 'transactions_categories/edit/', 43, NULL, 1, 0, NULL),
(46, NULL, 'حذف تصنيف عملية', 'Delete Transaction Category', 'transactions_categories/delete/', 43, NULL, 1, 0, NULL),
(47, 5, 'العمليات', 'Transactions', 'transactions_types/', 0, 'icon-diamond', 1, 1, NULL),
(48, NULL, 'إضافة نوع عملية', 'Add Transaction ', 'transactions_types/create/', 47, NULL, 1, 0, NULL),
(49, NULL, 'تعديل نوع عملية', 'Edit Transaction ', 'transactions_types/edit/', 47, NULL, 1, 0, NULL),
(50, NULL, 'حذف نوع عملية', 'Delete Transaction ', 'transactions_types/delete/', 47, NULL, 1, 0, NULL),
(51, NULL, 'إضافة مستند لعملية', 'Add Transaction Document', '', 47, NULL, 0, 0, NULL),
(52, NULL, 'تعديل مستند لعملية', 'Edit Transaction Document', '', 47, NULL, 0, 0, NULL),
(53, NULL, 'حذف مستند لعملية', 'Delete Transaction Document', '', 47, NULL, 0, 0, NULL),
(56, 19, 'مؤسسات النظام', 'System Organization', NULL, 0, 'icon-settings', 1, 1, NULL),
(54, 17, 'بناء النماذج', 'Form Builder', 'form_builder/', 0, 'fa fa-cubes', 1, 1, NULL),
(55, 1, 'إضافة بيانات نموذج جديد', 'Add New Form Information', 'form_builder/create/', 54, NULL, 1, 0, NULL),
(57, 1, 'الأقسام', 'Departments', 'departments/', 56, NULL, 1, 1, NULL),
(58, NULL, 'إضافة قسم', 'Add Department', 'departments/create/', 57, NULL, 1, 1, NULL),
(59, NULL, 'تعديل قسم', 'Edit Department', 'departments/edit/', 57, NULL, 1, 1, NULL),
(60, NULL, 'حذف قسم', 'Delete Department', 'departments/delete/', 57, NULL, 1, 1, NULL),
(61, 2, 'المسميات الوظيفية', 'Positions', 'positions/', 56, NULL, 1, 1, NULL),
(62, NULL, 'إضافة مسمى وظيفي', 'Add Position', 'positions/create/', 61, NULL, 1, 1, NULL),
(63, NULL, 'تعديل مسمى وظيفي', 'Edit Position', 'positions/edit/', 61, NULL, 1, 1, NULL),
(64, NULL, 'حذف مسمى وظيفي', 'Delete Position', 'positions/delete/', 61, NULL, 1, 1, NULL),
(65, 6, 'مجموعات', 'Groups', 'groups/', 26, NULL, 1, 1, NULL),
(66, NULL, 'إضافة مجموعة ', 'Add Group', 'groups/create/', 65, NULL, 1, 1, NULL),
(67, NULL, 'تعديل مجموعة ', 'Edit Group', 'groups/edit/', 65, NULL, 1, 1, NULL),
(68, NULL, 'حذف مجموعة ', 'Delete Group', 'groups/delete/', 65, NULL, 1, 1, NULL),
(69, 7, 'مجموعات المستخدمين', 'User Groups', 'user_groups/', 26, NULL, 1, 1, NULL),
(70, NULL, 'إضافة مجموعة للمستخدمين', 'Add Group for Staff', 'user_groups/create/', 69, NULL, 1, 0, NULL),
(71, NULL, 'حذف مجموعة من الموظفين', 'Delete Group for Staff', 'user_groups/delete/', 69, NULL, 1, 0, NULL),
(72, 3, 'المسميات الوظيفية للموظفين', 'Staffs Positions', 'staffs_positions/', 56, NULL, 1, 1, NULL),
(73, NULL, 'إضافة مسمى وظيفي للموظفين', 'Add Position for Staffs', 'staffs_positions/create/', 72, NULL, 1, 0, NULL),
(74, NULL, 'تعديل مسمى وظيفي للموظفين', 'Edit Position for Staffs', 'staffs_positions/edit/', 72, NULL, 1, 0, NULL),
(75, NULL, 'حذف مسمى وظيفي للموظفين', 'Delete Position for Staffs', 'staffs_positions/delete/', 72, NULL, 1, 0, NULL),
(76, 0, 'المؤسسات', 'Organizations', 'organizations/', 56, NULL, 1, 1, NULL),
(77, NULL, 'إضافة المؤسسة', 'Add Organization', 'organizations/create/', 76, NULL, 1, 0, NULL),
(78, NULL, 'تعديل المؤسسة', 'Edit Organization', 'organizations/edit/', 76, NULL, 1, 0, NULL),
(79, NULL, 'حذف المؤسسة', 'Delete Organization', 'organizations/delete/', 76, NULL, 1, 0, NULL),
(80, 8, 'جلسات المستخدمين', 'Users Sessions', 'staff_sessions/', 26, NULL, 1, 1, NULL),
(81, NULL, 'حذف جلسة المستخدم', 'Delete Staff Session', 'staff_sessions/delete/', 80, NULL, 1, 0, NULL),
(82, NULL, 'حظر الموظف', 'Block Staff', 'staff_sessions/update/', 80, NULL, 1, 0, NULL),
(83, 3, 'تعديل النموذج', 'Edit Form', 'form_builder/edit/', 54, NULL, 1, 0, NULL),
(84, 4, 'حذف النموذج', 'Delete Form', 'form_builder/delete/', 54, NULL, 1, 0, NULL),
(85, 5, 'عرض النموذج', 'View Form', 'form_builder/view_form/', 54, NULL, 1, 0, NULL),
(86, NULL, 'حظر / تفعيل مواطن', 'Enable / Disable Citizen', 'citizens/status/', 1, NULL, 1, 0, NULL),
(87, NULL, 'حظر / تفعيل مؤسسة', 'Enable / Disable Profession', 'professions/status/', 16, NULL, 1, 0, NULL),
(88, 6, 'اعتماد النموذج', 'Approve Form', 'form_builder/approve_form/', 54, NULL, 1, 0, NULL),
(89, 18, 'عرض الطلبات', 'View Applications', 'view_applications/', 0, 'fa fa-file', 1, 1, NULL),
(90, 9, 'إدارة القوائم', 'Manage Lists ', 'lists/', 26, NULL, 1, 1, NULL),
(91, NULL, 'إضافة قائمة', 'Create List', 'lists/create/', 90, NULL, 1, 0, NULL),
(92, NULL, 'تعديل قائمة', 'Edit List ', 'lists/edit/', 90, NULL, 1, 0, NULL),
(93, NULL, 'حذف قائمة', 'Delete List', 'lists/delete/', 90, NULL, 1, 0, NULL),
(94, NULL, 'عرض تفاصيل الطلب', 'View Application Details', 'form_builder/view_application_details/', 89, NULL, 1, 0, NULL),
(95, 2, 'شاشة بناء النموذج', 'Build Form', 'form_builder/show/', 54, NULL, 1, 0, NULL),
(100, 7, 'نسخ النموذج', 'Duplicate Form', 'form_builder/duplicate/', 54, NULL, 1, 0, NULL),
(105, 4, 'مجموعات العمل', 'Work Group', 'work_group/', 56, NULL, 1, 1, NULL),
(106, NULL, 'إضافة مجموعة عمل', 'Add Work Group', 'work_group/create/', 105, NULL, 1, 0, NULL),
(107, NULL, 'تعديل مجموعة عمل', 'Edit Work Group', 'work_group/edit/', 105, NULL, 1, 0, NULL),
(108, NULL, 'حذف مجموعة عمل', 'Delete Work Group', 'work_group/delete/', 105, NULL, 1, 0, NULL),
(109, 5, 'مجموعة العمل للمستخدمين', 'Work Group Staffs', 'work_group_staff/', 56, NULL, 1, 1, NULL),
(110, NULL, 'إضافة مجموعة عمل للمستخدمين', 'Add Staff in Work Group ', 'work_group_staff/create/', 109, NULL, 1, 0, NULL),
(111, NULL, 'حذف مجموعة عمل للمستخدمين', 'Delete Staff from Work Group ', 'work_group_staff/delete/', 109, NULL, 1, 0, NULL),
(116, 10, 'الصلاحيات', 'Permissions', 'permissions/', 26, NULL, 1, 1, NULL),
(117, NULL, 'تعبئة النموذج بواسطة موظف', 'Apply As Staff', 'form_builder/staff_apply/', 54, NULL, 1, 0, NULL),
(118, 18, 'التقارير', 'Reports', NULL, 0, 'fa fa-print', 1, 1, NULL),
(119, 5, 'تقرير أعداد خدمات الأقسام', 'Departments Service Counts List Report', 'reports/dept_counts_list/', 118, NULL, 1, 1, NULL),
(120, 6, 'تقرير أعداد الخدمات العامة', 'General Service Counts List Report', 'reports/general_counts_list/', 118, NULL, 1, 1, NULL),
(121, 7, 'تقرير خدمات تطبيقات الأقسام', 'Department Service Application Lists Reports', 'reports/dept_application_list/', 118, NULL, 1, 1, NULL),
(122, 8, 'تقرير خدمات التطبيقات العامة', 'General Service Application Lists Reports', 'reports/general_application_list/', 118, NULL, 1, 1, NULL),
(123, 9, 'تقرير مؤشر أداء خدمات الأقسام', 'Department Service Catalog Performance Indicator', 'reports/dept_catalog_indicator/', 118, NULL, 1, 1, NULL),
(124, 10, 'تقرير مؤشر أداء الخدمات العامة', 'General Service Catalog Performance Indicator', 'reports/general_catalog_indicator/', 118, NULL, 1, 1, NULL),
(125, 17, 'بناء مسار العمليات', 'Workflow Builder', 'workflow/', 0, 'icon-settings', 1, 1, NULL),
(126, NULL, 'إضافة مسار عملية', 'Add Workflow', 'workflow/create/', 125, NULL, 1, 0, NULL),
(127, NULL, 'تعديل مسار عملية', 'Edit Workflow', 'workflow/edit/', 125, NULL, 1, 0, NULL),
(128, NULL, 'حذف مسار عملية', 'Delete Workflow', 'workflow/delete/', 125, NULL, 1, 0, NULL),
(129, NULL, 'عرض المواطن', 'View Citizen', 'citizens/show/', 1, NULL, 1, 0, NULL),
(130, NULL, 'عرض بيانات المؤسسة', 'View Firm', 'professions/show/', 16, NULL, 1, 0, NULL),
(131, NULL, 'تعديل مجموعة عمل للمستخدمين', 'Edit Staff in Work Group', 'work_group_staff/edit/', 109, NULL, 1, 0, NULL),
(132, 1, 'بناء التقارير', 'Reports Generation', 'reports/reports_generation/', 118, NULL, 1, 1, NULL),
(133, 2, 'عرض التقارير', 'Reports View', 'reports/reports_view/', 118, NULL, 1, 1, NULL),
(134, NULL, 'عرض تفاصيل التقرير', 'View Report Details', 'reports/view_report_details/', 118, NULL, 1, 0, NULL),
(135, NULL, 'تعديل التقرير', 'Edit Report', 'reports/reports_edit/', 118, NULL, 1, 0, NULL),
(136, NULL, 'إنشاء إصدار جديد', 'Create New Version', 'form_builder/new_version/', 54, NULL, 1, 0, NULL),
(137, NULL, 'إعتماد مسار العملية', 'Approve Workflow', 'workflow/approve/', 125, NULL, 1, 0, NULL),
(138, NULL, 'جعل المسار إفتراضي للعملية ', 'Make Workflow as default for transaction', 'workflow/default/', 125, NULL, 1, 0, NULL),
(139, 17, 'بناء الشهادات', 'Certificates Builder', 'certificates/', 0, 'fa fa-certificate', 1, 1, NULL),
(140, NULL, 'عرض نماذج الشهادات', 'View Certificate Templates', 'certificates/', 139, NULL, 1, 1, NULL),
(141, NULL, 'إنشاء نموذج شهادة', 'Create Certificate Template', 'certificates/create/', 139, NULL, 1, 1, NULL),
(142, NULL, 'تعديل نموذج شهادة', 'Edit Certificate Template', 'certificates/edit/', 139, NULL, 1, 0, NULL),
(143, NULL, 'حذف نموذج شهادة', 'Delete Certificate Template', 'certificates/delete/', 139, NULL, 1, 0, NULL),
(144, NULL, 'عرض شهادة لطلب', 'View Application Certificate', 'form_builder/view_application_cert/', 139, NULL, 0, 0, NULL),
(145, NULL, 'تعديل الطلب', 'Edit Application', 'form_builder/edit_application/', 54, NULL, 0, 0, NULL),
(146, NULL, 'عرض بيانات الموظف', 'View Staff Details', 'staffs/show/', 7, NULL, 1, 0, NULL),
(147, NULL, 'طباعة شهادة لطلب', 'Print Application Certificate', 'form_builder/print_application_cert/', 139, NULL, 0, 0, NULL),
(149, NULL, 'عرض مرئي للمسار', 'View Workflow Graph', 'workflow/graph/', 125, NULL, 1, 0, NULL),
(148, 17, 'تقديم طلب', 'Application Apply', 'view_staff_forms/', 0, 'fa fa-check ', 1, 1, NULL),
(150, 10, 'APIs', 'APIs', 'org_api/', 56, NULL, 1, 1, NULL),
(151, NULL, 'إضافة API', 'Add API', 'org_api/create/', 150, NULL, 1, 0, NULL),
(152, NULL, 'تعديل API', 'Edit API', 'org_api/edit/', 150, NULL, 1, 0, NULL),
(153, NULL, 'حذف API', 'ِDelete API', 'org_api/delete/', 150, NULL, 1, 0, NULL),
(154, NULL, 'ال APIs المتعلقة', 'Related APIs', 'org_api/related_api/', 150, NULL, 1, 1, NULL),
(155, NULL, 'إضافة API متعلقة', 'Add Related API', 'org_api/related_api/create/', 154, NULL, 1, 0, NULL),
(156, NULL, 'تعديل API متعلقة', 'Edit Related API', 'org_api/related_api/edit/', 154, NULL, 1, 0, NULL),
(157, NULL, 'حذف API متعلقة', 'ِDelete Related API', 'org_api/related_api/delete/', 154, NULL, 1, 0, NULL),
(158, 0, 'إحصائيات الطلبات المقدمة', 'Applications Statistics', 'reports/application_stats/', 118, NULL, 1, 1, NULL),
(159, NULL, 'تقرير الشهادات', 'Certificates Report', 'cert_reports/', 139, NULL, 1, 1, NULL),
(160, NULL, 'مرفقات المواطنين', 'Citizens\' attachments', 'citizens/attachments/', 1, NULL, 1, 0, NULL),
(161, NULL, 'ربط المسار بالنموذج', 'Link the path to the model', 'workflow/link_form_workflow/', 125, NULL, 1, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_transactions`
--

CREATE TABLE `es_transactions` (
  `transaction_id` int(11) NOT NULL,
  `transaction_number` varchar(50) DEFAULT NULL,
  `reference_number` int(11) DEFAULT NULL,
  `transaction_type_id_fk` int(11) DEFAULT NULL,
  `transaction_category_id_fk` int(11) DEFAULT NULL,
  `form_id_fk` int(11) DEFAULT NULL,
  `transaction_year` int(11) DEFAULT NULL,
  `for_department_id_fk` int(11) DEFAULT NULL,
  `is_late` int(11) DEFAULT NULL,
  `transaction_date` timestamp NULL DEFAULT NULL,
  `due_date` timestamp NULL DEFAULT NULL,
  `close_date` timestamp NULL DEFAULT NULL,
  `consuming_time` double DEFAULT NULL,
  `is_finished_onTime` int(11) DEFAULT NULL,
  `reminder_count` int(11) DEFAULT 0,
  `reminder_by` enum('email','sms','both') DEFAULT NULL COMMENT 'reminder by Email, SMS or both of them according to the system configuration',
  `request_by_user_type` enum('staff','citizen','firm','anonymous') DEFAULT NULL,
  `request_by_user_id_fk` int(11) DEFAULT NULL,
  `request_by_description` varchar(500) DEFAULT NULL,
  `request_for_user_type` enum('citizen','firm','anonymous') DEFAULT NULL,
  `request_for_firms_fk` int(11) NOT NULL,
  `request_for_citizen_id_fk` int(11) DEFAULT NULL,
  `transaction_type_cd` int(11) DEFAULT NULL COMMENT 'complaint/suggestion/service',
  `cancel_by_staff_id_fk` int(11) DEFAULT NULL,
  `cancel_reasons_cd` int(11) DEFAULT NULL,
  `cancel_reason_description` varchar(500) DEFAULT NULL,
  `request_source` varchar(100) DEFAULT NULL COMMENT 'portal, stafff, ....',
  `suspend_by_satff_id_fk` int(11) DEFAULT NULL,
  `suspend_reasons_cd` int(11) DEFAULT NULL,
  `suspend_reason_description` varchar(500) DEFAULT NULL,
  `suspend_until` timestamp NULL DEFAULT NULL,
  `record_id` int(11) DEFAULT NULL,
  `db_table` varchar(100) DEFAULT NULL,
  `workflow_id_fk` int(11) DEFAULT NULL,
  `certificate_issue_date` date DEFAULT NULL,
  `certificate_issued_by` int(11) DEFAULT NULL,
  `certificate_expiry_date` date DEFAULT NULL,
  `certificate_file` text DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `workflow_status` enum('new','in_progress','in_hold','canceled','done') NOT NULL DEFAULT 'new',
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `is_delete` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `es_transactions`
--

INSERT INTO `es_transactions` (`transaction_id`, `transaction_number`, `reference_number`, `transaction_type_id_fk`, `transaction_category_id_fk`, `form_id_fk`, `transaction_year`, `for_department_id_fk`, `is_late`, `transaction_date`, `due_date`, `close_date`, `consuming_time`, `is_finished_onTime`, `reminder_count`, `reminder_by`, `request_by_user_type`, `request_by_user_id_fk`, `request_by_description`, `request_for_user_type`, `request_for_firms_fk`, `request_for_citizen_id_fk`, `transaction_type_cd`, `cancel_by_staff_id_fk`, `cancel_reasons_cd`, `cancel_reason_description`, `request_source`, `suspend_by_satff_id_fk`, `suspend_reasons_cd`, `suspend_reason_description`, `suspend_until`, `record_id`, `db_table`, `workflow_id_fk`, `certificate_issue_date`, `certificate_issued_by`, `certificate_expiry_date`, `certificate_file`, `status`, `workflow_status`, `created_at`, `created_by`, `is_delete`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, NULL, NULL, 1, 1, 1, 2019, NULL, NULL, '2019-04-17 10:05:01', '2019-04-17 20:05:01', NULL, NULL, NULL, 0, NULL, 'citizen', 2, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 1, 'newcounter', 1, '2019-04-11', 1, '2020-04-11', '1555507765_mu7TROl3AjvdnayWCNBg.jpg', 74, 'done', '2019-04-17 10:05:01', 2, NULL, NULL, NULL, '2019-04-21 10:01:40', 1),
(2, NULL, NULL, 2, 2, 2, 2019, NULL, NULL, '2019-04-18 04:26:32', '2019-04-22 04:26:32', NULL, NULL, NULL, 0, NULL, 'citizen', 2, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 1, 'complaintform', 2, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-04-18 04:26:32', 2, NULL, NULL, NULL, '2019-04-18 04:26:49', NULL),
(3, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-04-18 07:06:24', '2019-04-22 07:06:24', NULL, NULL, NULL, 0, NULL, 'anonymous', 0, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 2, 'complaintform', 2, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-04-18 07:06:24', 0, NULL, NULL, NULL, '2019-04-18 08:15:54', NULL),
(4, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-04-18 07:08:01', '2019-04-22 07:08:01', NULL, NULL, NULL, 0, NULL, 'anonymous', 0, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 3, 'complaintform', 2, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-04-18 07:08:01', 0, NULL, NULL, NULL, '2019-04-18 07:08:10', NULL),
(5, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-04-18 07:33:30', '2019-04-22 07:33:30', NULL, NULL, NULL, 0, NULL, 'anonymous', 0, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 4, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-04-18 07:33:30', 0, NULL, NULL, NULL, '2019-04-18 07:33:36', NULL),
(6, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-04-18 07:39:25', '2019-04-22 07:39:25', NULL, NULL, NULL, 0, NULL, 'anonymous', 0, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 5, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-04-18 07:39:25', 0, NULL, NULL, NULL, '2019-04-18 07:39:33', NULL),
(7, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-04-18 07:43:40', '2019-04-22 07:43:40', NULL, NULL, NULL, 0, NULL, 'anonymous', 0, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 6, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-04-18 07:43:40', 0, NULL, NULL, NULL, '2019-04-18 07:43:48', NULL),
(8, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-04-18 07:47:40', '2019-04-22 07:47:40', NULL, NULL, NULL, 0, NULL, 'anonymous', 0, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 7, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-04-18 07:47:40', 0, NULL, NULL, NULL, '2019-04-18 07:47:56', NULL),
(9, NULL, NULL, 1, 1, 1, 2019, NULL, NULL, '2019-04-18 08:19:09', '2019-04-18 18:19:09', NULL, NULL, NULL, 0, NULL, 'citizen', 2, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 2, 'newcounter', 1, '2019-04-01', 1, '2020-04-01', NULL, 74, 'in_progress', '2019-04-18 08:19:09', 2, NULL, NULL, NULL, '2019-04-21 10:03:28', 1),
(10, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-04-18 09:43:49', '2019-04-22 09:43:49', NULL, NULL, NULL, 0, NULL, 'citizen', 2, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 8, 'complaintform', 3, '2019-04-10', 1, '2023-12-10', NULL, 74, 'in_progress', '2019-04-18 09:43:49', 2, NULL, NULL, NULL, '2019-04-23 08:33:44', 1),
(11, NULL, NULL, 1, 1, 1, 2019, NULL, NULL, '2019-05-16 06:51:58', '2019-05-16 16:51:58', NULL, NULL, NULL, 0, NULL, 'citizen', 2, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 3, 'newcounter', 1, '2019-05-15', 1, '2020-05-15', NULL, 74, 'in_progress', '2019-05-16 06:51:58', 2, NULL, NULL, NULL, '2019-05-16 06:52:49', 1),
(12, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-10-30 06:31:51', '2019-11-03 06:31:51', NULL, NULL, NULL, 0, NULL, 'anonymous', 0, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 9, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-10-30 06:31:51', 0, NULL, NULL, NULL, '2019-11-04 08:51:11', NULL),
(13, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-10-30 06:54:15', '2019-11-03 06:54:15', NULL, NULL, NULL, 0, NULL, 'citizen', 3, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 10, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'new', '2019-10-30 06:54:15', 3, NULL, NULL, NULL, '2019-10-30 06:54:15', NULL),
(14, NULL, NULL, 1, 1, 1, 2019, NULL, NULL, '2019-10-30 07:45:14', '2019-10-30 17:45:14', NULL, NULL, NULL, 0, NULL, 'citizen', 3, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 4, 'newcounter', 1, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-10-30 07:45:14', 3, NULL, NULL, NULL, '2019-11-04 04:49:12', NULL),
(15, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-11-04 07:35:22', '2019-11-07 07:35:22', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 11, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-11-04 07:35:22', 1, NULL, NULL, NULL, '2020-01-15 06:53:46', NULL),
(16, NULL, NULL, 1, 1, 1, 2019, NULL, NULL, '2019-11-04 08:25:24', '2019-11-04 18:25:24', NULL, NULL, NULL, 0, NULL, 'citizen', 3, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 5, 'newcounter', 1, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-11-04 08:25:24', 3, NULL, NULL, NULL, '2019-11-04 08:50:50', NULL),
(17, NULL, NULL, 2, 2, 4, 2019, NULL, NULL, '2019-12-10 07:31:19', '2019-12-13 07:31:19', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 12, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2019-12-10 07:31:19', 1, NULL, NULL, NULL, '2019-12-10 07:32:36', NULL),
(18, NULL, NULL, 2, 2, 4, 2020, NULL, NULL, '2020-01-15 06:37:04', '2020-01-18 06:37:04', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 13, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-15 06:37:04', 1, NULL, NULL, NULL, '2020-01-15 06:37:16', NULL),
(19, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-15 06:42:33', '2020-01-15 16:42:33', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 6, 'newcounter', 1, NULL, NULL, NULL, NULL, 74, 'done', '2020-01-15 06:42:33', 1, NULL, NULL, NULL, '2020-01-15 08:06:24', NULL),
(20, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-15 07:14:51', '2020-01-15 17:14:51', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 2, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 7, 'newcounter', 1, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-15 07:14:51', 1, NULL, NULL, NULL, '2020-01-15 07:38:47', NULL),
(21, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-15 08:13:07', '2020-01-15 18:13:07', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 8, 'newcounter', 1, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-15 08:13:07', 1, NULL, NULL, NULL, '2020-01-15 08:13:35', NULL),
(22, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-15 08:24:52', '2020-01-15 18:24:52', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 9, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-15 08:24:52', 1, NULL, NULL, NULL, '2020-01-15 08:27:20', NULL),
(23, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-15 10:42:15', '2020-01-15 20:42:15', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 10, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-15 10:42:15', 1, NULL, NULL, NULL, '2020-01-16 05:48:51', NULL),
(24, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-16 06:22:45', '2020-01-16 16:22:45', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 11, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-16 06:22:45', 1, NULL, NULL, NULL, '2020-01-16 09:33:39', NULL),
(25, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-16 06:30:30', '2020-01-16 16:30:30', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 12, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-16 06:30:30', 1, NULL, NULL, NULL, '2020-01-16 09:01:43', NULL),
(26, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-16 06:32:00', '2020-01-16 16:32:00', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 13, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-16 06:32:00', 1, NULL, NULL, NULL, '2020-01-16 08:04:20', NULL),
(27, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-16 11:12:54', '2020-01-16 21:12:54', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 14, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-16 11:12:54', 1, NULL, NULL, NULL, '2020-01-16 11:15:16', NULL),
(28, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-01-16 11:23:00', '2020-01-16 21:23:00', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 15, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-01-16 11:23:00', 1, NULL, NULL, NULL, '2020-01-16 11:23:19', NULL),
(29, NULL, NULL, 2, 2, 8, 2020, NULL, NULL, '2020-08-20 10:54:29', '2020-08-23 10:54:29', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 14, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-08-20 10:54:29', 1, NULL, NULL, NULL, '2020-08-20 10:54:39', NULL),
(30, NULL, NULL, 4, 1, 11, 2020, NULL, NULL, '2020-08-24 07:35:25', '2020-08-27 07:35:25', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 1, 'addwaterservice', 9, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-08-24 07:35:25', 1, NULL, NULL, NULL, '2020-09-06 09:51:58', NULL),
(31, NULL, NULL, 1, 1, 1, 2020, NULL, NULL, '2020-09-01 15:12:39', '2020-09-02 01:12:39', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 16, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-09-01 15:12:39', 1, NULL, NULL, NULL, '2020-09-06 09:50:38', NULL),
(32, NULL, NULL, 3, 3, 7, 2020, NULL, NULL, '2020-09-06 09:44:36', '2020-09-07 09:44:36', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 1, 'passportrequest', 8, NULL, NULL, NULL, NULL, 74, 'new', '2020-09-06 09:44:36', 1, NULL, NULL, NULL, '2020-09-06 09:44:36', NULL),
(33, NULL, NULL, 3, 3, 7, 2020, NULL, NULL, '2020-09-30 10:40:27', '2020-10-01 10:40:27', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 2, 'passportrequest', 8, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-09-30 10:40:27', 1, NULL, NULL, NULL, '2020-09-30 10:43:26', NULL),
(34, NULL, NULL, 5, 4, 13, 2020, NULL, NULL, '2020-10-15 08:06:31', '2020-10-18 08:06:31', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 1, 'newphone', 13, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-10-15 08:06:31', 1, NULL, NULL, NULL, '2020-10-15 08:06:49', NULL),
(35, NULL, NULL, 6, 5, 15, 2020, NULL, NULL, '2020-10-21 12:44:51', '2020-10-22 12:44:51', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 1, 'licenserenewal', 14, NULL, NULL, NULL, NULL, 74, 'done', '2020-10-21 12:44:51', 1, NULL, NULL, NULL, '2020-10-26 09:48:20', NULL),
(36, NULL, NULL, 6, 5, 15, 2020, NULL, NULL, '2020-10-21 13:12:11', '2020-10-22 13:12:11', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 2, 'licenserenewal', 14, NULL, NULL, NULL, NULL, 74, 'in_progress', '2020-10-21 13:12:11', 1, NULL, NULL, NULL, '2020-10-21 13:12:21', NULL),
(37, NULL, NULL, 7, 3, 16, 2020, NULL, NULL, '2020-10-22 05:44:30', '2020-10-23 05:44:30', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 1, 'requestforanidentity', 15, NULL, NULL, NULL, NULL, 74, 'done', '2020-10-22 05:44:30', 1, NULL, NULL, NULL, '2020-10-22 05:45:43', NULL),
(38, NULL, NULL, 7, 3, 17, 2021, NULL, NULL, '2021-05-02 09:21:32', '2021-05-03 09:21:32', NULL, NULL, NULL, 0, NULL, 'citizen', 4, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 2, 'requestforanidentity', 15, NULL, NULL, NULL, NULL, 74, 'done', '2021-05-02 09:21:32', 4, NULL, NULL, NULL, '2021-05-02 09:25:15', NULL),
(39, NULL, NULL, 1, 1, 1, 2021, NULL, NULL, '2021-05-02 09:43:59', '2021-05-02 19:43:59', NULL, NULL, NULL, 0, NULL, 'citizen', 4, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 17, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2021-05-02 09:43:59', 4, NULL, NULL, NULL, '2021-05-02 09:43:59', NULL),
(40, NULL, NULL, 7, 3, 17, 2021, NULL, NULL, '2021-05-02 09:49:47', '2021-05-03 09:49:47', NULL, NULL, NULL, 0, NULL, 'citizen', 4, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 3, 'requestforanidentity', 15, NULL, NULL, NULL, NULL, 74, 'in_progress', '2021-05-02 09:49:47', 4, NULL, NULL, NULL, '2021-05-02 09:50:12', NULL),
(41, NULL, NULL, 1, 1, 1, 2021, NULL, NULL, '2021-05-25 07:37:29', '2021-05-25 17:37:29', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 4, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 18, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2021-05-25 07:37:29', 1, NULL, NULL, NULL, '2021-05-25 07:37:29', NULL),
(42, NULL, NULL, 7, 3, 17, 2021, NULL, NULL, '2021-05-25 07:39:07', '2021-05-26 07:39:07', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'anonymous', 0, 0, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 4, 'requestforanidentity', 15, NULL, NULL, NULL, NULL, 74, 'done', '2021-05-25 07:39:07', 1, NULL, NULL, NULL, '2021-05-25 07:40:02', NULL),
(43, NULL, NULL, 7, 3, 17, 2021, NULL, NULL, '2021-05-27 06:40:46', '2021-05-28 06:40:46', NULL, NULL, NULL, 0, NULL, 'firm', 5, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 5, 'requestforanidentity', 15, NULL, NULL, NULL, NULL, 74, 'new', '2021-05-27 06:40:46', 5, NULL, NULL, NULL, '2021-05-27 06:40:46', NULL),
(44, NULL, NULL, 7, 3, 17, 2021, NULL, NULL, '2021-05-27 06:42:27', '2021-05-28 06:42:27', NULL, NULL, NULL, 0, NULL, 'firm', 5, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 6, 'requestforanidentity', 15, NULL, NULL, NULL, NULL, 74, 'in_progress', '2021-05-27 06:42:27', 5, NULL, NULL, NULL, '2021-05-27 06:42:33', NULL),
(45, NULL, NULL, 6, 5, 15, 2021, NULL, NULL, '2021-07-14 11:42:11', '2021-07-15 11:42:11', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 3, 'licenserenewal', 14, NULL, NULL, NULL, NULL, 74, 'done', '2021-07-14 11:42:11', 1, NULL, NULL, NULL, '2021-07-14 11:43:07', NULL),
(46, NULL, NULL, 2, 2, 39, 2021, NULL, NULL, '2021-07-15 04:34:23', '2021-07-18 04:34:23', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 15, 'complaintform', 3, NULL, NULL, NULL, NULL, 74, 'in_progress', '2021-07-15 04:34:23', 1, NULL, NULL, NULL, '2021-07-15 04:34:35', NULL),
(47, NULL, NULL, 2, 2, 40, 2021, NULL, NULL, '2021-07-15 05:16:09', '2021-07-18 05:16:09', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 16, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'done', '2021-07-15 05:16:09', 1, NULL, NULL, NULL, '2021-07-15 05:17:04', NULL),
(48, NULL, NULL, 2, 2, 40, 2021, NULL, NULL, '2021-07-15 06:34:15', '2021-07-18 06:34:15', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 17, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'in_progress', '2021-07-15 06:34:15', 1, NULL, NULL, NULL, '2021-07-15 06:34:33', NULL),
(49, NULL, NULL, 1, 1, 1, 2021, NULL, NULL, '2021-08-25 05:40:44', '2021-08-25 15:40:44', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 19, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2021-08-25 05:40:44', 1, NULL, NULL, NULL, '2021-08-25 05:40:44', NULL),
(50, NULL, NULL, 6, 5, 15, 2021, NULL, NULL, '2021-08-25 05:42:47', '2021-08-26 05:42:47', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 4, 'licenserenewal', 14, NULL, NULL, NULL, NULL, 74, 'done', '2021-08-25 05:42:47', 1, NULL, NULL, NULL, '2021-08-25 05:49:22', NULL),
(51, NULL, NULL, 6, 5, 15, 2021, NULL, NULL, '2021-08-31 06:38:55', '2021-09-01 06:38:55', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 5, 'licenserenewal', 14, NULL, NULL, NULL, NULL, 74, 'in_progress', '2021-08-31 06:38:55', 1, NULL, NULL, NULL, '2021-08-31 06:39:08', NULL),
(52, NULL, NULL, 2, 2, 40, 2021, NULL, NULL, '2021-09-27 07:38:45', '2021-09-30 07:38:45', NULL, NULL, NULL, 0, NULL, 'anonymous', 0, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 18, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'done', '2021-09-27 07:38:45', 0, NULL, NULL, NULL, '2021-09-27 07:44:24', NULL),
(53, NULL, NULL, 2, 2, 40, 2021, NULL, NULL, '2021-10-11 04:33:28', '2021-10-14 04:33:28', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 6, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 19, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'in_progress', '2021-10-11 04:33:28', 1, NULL, NULL, NULL, '2021-10-11 04:33:36', NULL),
(54, NULL, NULL, 1, 1, 1, 2021, NULL, NULL, '2021-11-22 09:08:34', '2021-11-22 19:08:34', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 20, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2021-11-22 09:08:34', 1, NULL, NULL, NULL, '2021-11-22 09:08:34', NULL),
(55, NULL, NULL, 1, 1, 1, 2021, NULL, NULL, '2021-11-22 09:22:35', '2021-11-22 19:22:35', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 21, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2021-11-22 09:22:35', 1, NULL, NULL, NULL, '2021-11-22 09:22:35', NULL),
(56, NULL, NULL, 1, 1, 1, 2022, NULL, NULL, '2022-04-21 08:49:50', '2022-04-21 18:49:50', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 22, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2022-04-21 08:49:50', 1, NULL, NULL, NULL, '2022-04-21 08:49:50', NULL),
(57, NULL, NULL, 1, 1, 1, 2022, NULL, NULL, '2022-04-24 05:31:31', '2022-04-24 15:31:31', NULL, NULL, NULL, 0, NULL, 'citizen', 10, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 23, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2022-04-24 05:31:31', 10, NULL, NULL, NULL, '2022-04-24 05:31:31', NULL),
(58, NULL, NULL, 10, 9, 46, 2022, NULL, NULL, '2022-05-08 06:09:58', '2022-05-10 06:09:58', NULL, NULL, NULL, 0, NULL, 'citizen', 10, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 1, 'application', 31, NULL, NULL, NULL, NULL, 74, 'new', '2022-05-08 06:09:58', 10, NULL, NULL, NULL, '2022-05-08 06:09:58', NULL),
(59, NULL, NULL, 10, 9, 46, 2022, NULL, NULL, '2022-05-08 06:22:13', '2022-05-10 06:22:13', NULL, NULL, NULL, 0, NULL, 'citizen', 10, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 2, 'application', 31, NULL, NULL, NULL, NULL, 74, 'new', '2022-05-08 06:22:13', 10, NULL, NULL, NULL, '2022-05-08 06:22:13', NULL),
(60, NULL, NULL, 12, 10, 47, 2022, NULL, NULL, '2022-05-08 06:28:19', '2022-05-11 06:28:19', NULL, NULL, NULL, 0, NULL, 'citizen', 10, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 1, 'consolidationan', 33, NULL, NULL, NULL, NULL, 74, 'new', '2022-05-08 06:28:19', 10, NULL, NULL, NULL, '2022-05-08 06:28:19', NULL),
(61, NULL, NULL, 2, 2, 41, 2022, NULL, NULL, '2022-05-09 04:50:53', '2022-05-12 04:50:53', NULL, NULL, NULL, 0, NULL, 'citizen', 8, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 20, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-05-09 04:50:53', 8, NULL, NULL, NULL, '2022-05-09 05:11:01', NULL),
(62, NULL, NULL, 2, 2, 41, 2022, NULL, NULL, '2022-05-25 09:19:26', '2022-05-28 09:19:26', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 21, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-05-25 09:19:26', 1, NULL, NULL, NULL, '2022-05-25 09:19:40', NULL),
(63, NULL, NULL, 2, 2, 41, 2022, NULL, NULL, '2022-05-25 09:38:32', '2022-05-28 09:38:32', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 3, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 22, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'done', '2022-05-25 09:38:32', 1, NULL, NULL, NULL, '2022-05-25 09:40:05', NULL),
(64, NULL, NULL, 2, 2, 41, 2022, NULL, NULL, '2022-05-25 09:56:13', '2022-05-29 09:56:13', NULL, NULL, NULL, 0, NULL, 'citizen', 3, NULL, NULL, 0, NULL, 28, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 23, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-05-25 09:56:13', 3, NULL, NULL, NULL, '2022-05-25 10:04:06', NULL),
(65, NULL, NULL, 3, 3, 7, 2022, NULL, NULL, '2022-05-29 06:32:11', '2022-05-30 06:32:11', NULL, NULL, NULL, 0, NULL, 'citizen', 10, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 3, 'passportrequest', 8, NULL, NULL, NULL, NULL, 74, 'new', '2022-05-29 06:32:11', 10, NULL, NULL, NULL, '2022-05-29 06:32:11', NULL),
(66, NULL, NULL, 2, 2, 41, 2022, NULL, NULL, '2022-05-30 04:46:46', '2022-06-02 04:46:46', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 6, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 24, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-05-30 04:46:46', 1, NULL, NULL, NULL, '2022-05-30 04:46:55', NULL),
(67, NULL, NULL, 2, 2, 41, 2022, NULL, NULL, '2022-06-07 08:24:50', '2022-06-10 08:24:50', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 8, 28, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 25, 'complaintform', 24, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-06-07 08:24:50', 1, NULL, NULL, NULL, '2022-06-07 08:24:58', NULL),
(68, NULL, NULL, 1, 1, 1, 2022, NULL, NULL, '2022-06-15 10:15:32', '2022-06-15 20:15:32', NULL, NULL, NULL, 0, NULL, 'citizen', 8, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 24, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2022-06-15 10:15:32', 8, NULL, NULL, NULL, '2022-06-15 10:15:32', NULL),
(69, NULL, NULL, 1, 1, 1, 2022, NULL, NULL, '2022-06-15 10:40:50', '2022-06-15 20:40:50', NULL, NULL, NULL, 0, NULL, 'citizen', 8, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 25, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2022-06-15 10:40:50', 8, NULL, NULL, NULL, '2022-06-15 10:40:50', NULL),
(70, NULL, NULL, 1, 1, 1, 2022, NULL, NULL, '2022-06-15 11:31:17', '2022-06-15 21:31:17', NULL, NULL, NULL, 0, NULL, 'citizen', 8, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 26, 'newcounter', 7, NULL, NULL, NULL, NULL, 74, 'new', '2022-06-15 11:31:17', 8, NULL, NULL, NULL, '2022-06-15 11:31:17', NULL),
(71, NULL, NULL, 14, 1, 51, 2022, NULL, NULL, '2022-06-30 07:59:24', '2022-07-06 07:59:24', NULL, NULL, NULL, 0, NULL, 'citizen', 20, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 1, 'testtest', 41, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-06-30 07:59:24', 20, NULL, NULL, NULL, '2022-06-30 07:59:59', NULL),
(72, NULL, NULL, 15, 1, 52, 2022, NULL, NULL, '2022-06-30 09:58:45', '2022-07-06 09:58:45', NULL, NULL, NULL, 0, NULL, 'citizen', 20, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 1, 'testnew', 42, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-06-30 09:58:45', 20, NULL, NULL, NULL, '2022-06-30 09:58:57', NULL),
(73, NULL, NULL, 15, 1, 54, 2022, NULL, NULL, '2022-06-30 13:25:35', '2022-07-05 13:25:35', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 6, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 2, 'testnew', 42, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-06-30 13:25:35', 1, NULL, NULL, NULL, '2022-06-30 13:25:41', NULL),
(74, NULL, NULL, 15, 1, 54, 2022, NULL, NULL, '2022-07-02 12:34:33', '2022-07-07 12:34:33', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 6, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 3, 'testnew', 42, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-07-02 12:34:33', 1, NULL, NULL, NULL, '2022-07-02 12:34:42', NULL),
(75, NULL, NULL, 15, 1, 55, 2022, NULL, NULL, '2022-07-02 12:57:28', '2022-07-07 12:57:28', NULL, NULL, NULL, 0, NULL, 'staff', 1, NULL, 'citizen', 0, 6, 30, NULL, NULL, NULL, 'staff', NULL, NULL, NULL, NULL, 4, 'testnew', 42, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-07-02 12:57:28', 1, NULL, NULL, NULL, '2022-07-02 12:57:35', NULL),
(76, NULL, NULL, 15, 1, 55, 2022, NULL, NULL, '2022-07-14 10:05:44', '2022-07-20 10:05:44', NULL, NULL, NULL, 0, NULL, 'citizen', 18, NULL, NULL, 0, NULL, 30, NULL, NULL, NULL, 'portal', NULL, NULL, NULL, NULL, 5, 'testnew', 42, NULL, NULL, NULL, NULL, 74, 'in_progress', '2022-07-14 10:05:44', 18, NULL, NULL, NULL, '2022-07-14 10:05:53', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_transaction_category`
--

CREATE TABLE `es_transaction_category` (
  `transaction_category_id` bigint(11) NOT NULL,
  `transaction_type_cd` int(11) NOT NULL,
  `org_id_fk` bigint(20) DEFAULT NULL,
  `name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `desc_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `desc_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `logo` text COLLATE utf8_unicode_ci NOT NULL,
  `is_metered` int(11) DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(20) DEFAULT NULL,
  `deleted_at` datetime DEFAULT NULL,
  `deleted_by` bigint(20) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_transaction_category`
--

INSERT INTO `es_transaction_category` (`transaction_category_id`, `transaction_type_cd`, `org_id_fk`, `name_ar`, `desc_ar`, `name_en`, `desc_en`, `logo`, `is_metered`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 30, 1, 'خدمات المياه', 'لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق \"ليتراسيت\" (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل \"ألدوس بايج مايكر\" (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.', 'Water Services', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', '155550491615531676541-.jpg', 1, 2, '2019-04-17 09:41:56', 1, NULL, NULL, '2019-04-17 09:41:56', NULL),
(2, 28, 1, 'شكاوي', NULL, 'Complaints', NULL, '1555569080pdu.png', 0, 2, '2019-04-18 03:31:20', 1, NULL, NULL, '2019-04-18 03:31:20', NULL),
(3, 30, 1, 'خدمات وزارة الداخلية', NULL, 'Ministry  Services', NULL, '1587318023State Diagram 3.jpg', 0, 2, '2020-04-19 14:40:23', 1, NULL, NULL, '2020-04-19 14:40:23', NULL),
(4, 30, 1, 'الهاتف', NULL, 'phone', NULL, '1602758323SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg', 0, 2, '2020-10-15 07:38:43', 1, NULL, NULL, '2020-10-15 07:38:43', NULL),
(5, 30, 1, 'وزارة الصحة', NULL, 'Ministry of Health', NULL, '1603292298download.jpg', 0, 2, '2020-10-21 11:58:18', 1, NULL, NULL, '2020-10-21 11:58:18', NULL),
(6, 30, 1, 'شركة الكهرباء', 'فحص', 'Electricity Company', 'test', '16199532531428855702.png', 0, 2, '2021-05-02 08:00:53', 1, NULL, NULL, '2021-05-27 05:36:15', 1),
(7, 30, 1, 'خدمة المياة', NULL, 'water service', NULL, '1629879703Chrysanthemum.jpg', 0, 2, '2021-08-25 05:21:43', 1, NULL, NULL, '2021-08-25 05:21:43', NULL),
(8, 30, 1, 'ترميم شارع', NULL, 'Street restoration', NULL, '1651997482baghdad-to-osaka.jpg', 0, 2, '2022-05-08 05:11:22', 1, NULL, NULL, '2022-05-08 05:11:22', NULL),
(9, 30, 1, 'ترسيم شارع', NULL, 'street demarcation', NULL, '1651997525359648.jpg', 0, 2, '2022-05-08 05:12:05', 1, NULL, NULL, '2022-05-08 05:12:05', NULL),
(10, 30, 1, 'اعادة فراز', NULL, 'Reproduction', NULL, '1651997594خلفيات-طبيعية-عالية-الدقة-1024x768.jpg', 0, 2, '2022-05-08 05:13:14', 1, NULL, NULL, '2022-05-08 05:13:14', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_transaction_types`
--

CREATE TABLE `es_transaction_types` (
  `transaction_type_id` bigint(11) NOT NULL,
  `department_id` int(11) DEFAULT NULL,
  `transaction_category_id_fk` bigint(11) DEFAULT NULL,
  `org_id_fk` bigint(11) DEFAULT NULL,
  `responsible_department_id_fk` int(11) DEFAULT NULL,
  `name_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `fees` double(10,2) DEFAULT NULL,
  `currency_cd` int(11) DEFAULT NULL,
  `response_time` double DEFAULT NULL,
  `response_time_unit_cd` int(11) DEFAULT 34,
  `logo` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `transaction_id_in_billing` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `trans_app_to_billing_system` int(11) DEFAULT NULL,
  `has_certificate_to_print` int(255) DEFAULT NULL,
  `certificate_expiry_date` int(11) DEFAULT NULL,
  `is_listed_for_public` int(255) DEFAULT NULL,
  `current_form_id_fk` bigint(255) DEFAULT NULL,
  `anonymous_can_apply` int(11) DEFAULT 0,
  `status` int(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` bigint(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(255) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_transaction_types`
--

INSERT INTO `es_transaction_types` (`transaction_type_id`, `department_id`, `transaction_category_id_fk`, `org_id_fk`, `responsible_department_id_fk`, `name_ar`, `description_ar`, `name_en`, `description_en`, `fees`, `currency_cd`, `response_time`, `response_time_unit_cd`, `logo`, `transaction_id_in_billing`, `trans_app_to_billing_system`, `has_certificate_to_print`, `certificate_expiry_date`, `is_listed_for_public`, `current_form_id_fk`, `anonymous_can_apply`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, NULL, 1, 1, NULL, 'خدمة إيصال عداد جديد', 'من الخدمات التي توفرها البلدية خدمة ايصال عداد جديد', 'New counter receipt service', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 100.00, 37, 10, 33, '15555050001553168016ALLReceipts_Page_2.jpg', NULL, 0, 1, 12, 1, 1, 0, 2, '2019-04-17 09:43:20', 1, NULL, NULL, '2022-04-21 08:39:45', 1),
(3, NULL, 3, 1, 1, 'طلب جديد لاغي', NULL, 'Passport', NULL, 200.00, 37, 24, 33, '1587318165State Diagram 3.jpg', NULL, 0, 1, NULL, 1, 7, 0, 2, '2020-04-19 14:42:45', 1, NULL, NULL, '2022-06-29 08:48:49', 1),
(2, NULL, 2, 1, NULL, 'شكوى', 'لوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق \"ليتراسيت\" (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل \"ألدوس بايج مايكر\" (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.\r\n\r\nلوريم إيبسوم(Lorem Ipsum) هو ببساطة نص شكلي (بمعنى أن الغاية هي الشكل وليس المحتوى) ويُستخدم في صناعات المطابع ودور النشر. كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة من الأحرف بشكل عشوائي أخذتها من نص، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي على هذا النص، بل انه حتى صار مستخدماً وبشكله الأصلي في الطباعة والتنضيد الإلكتروني. انتشر بشكل كبير في ستينيّات هذا القرن مع إصدار رقائق \"ليتراسيت\" (Letraset) البلاستيكية تحوي مقاطع من هذا النص، وعاد لينتشر مرة أخرى مؤخراَ مع ظهور برامج النشر الإلكتروني مثل \"ألدوس بايج مايكر\" (Aldus PageMaker) والتي حوت أيضاً على نسخ من نص لوريم إيبسوم.', 'Complaint', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 0.00, 37, 3, 34, '1572343811ui-image-placeholder-wireframes-apps-260nw-1037719204.jpg', NULL, 0, 1, 56, 1, 41, 1, 2, '2019-04-18 03:33:18', 1, NULL, NULL, '2021-11-02 09:20:05', 1),
(4, NULL, 1, 1, NULL, 'إضافة خدمة مياه', NULL, 'Add water service', NULL, 100.00, 37, 3, 34, '1598164716Desert.jpg', NULL, 0, 0, NULL, 1, 11, 0, 2, '2020-08-23 03:38:36', 1, NULL, NULL, '2022-04-24 04:55:59', 1),
(5, NULL, 4, 1, NULL, 'خط الهاتف', NULL, 'phone connection', NULL, 100.00, 37, 3, 34, '1602758363SzdI9tdETZ4AcxEB8HFm9GbcKlGd6yRItYJ4hpvW.jpeg', NULL, 0, 0, NULL, 0, 13, 0, 2, '2020-10-15 07:39:23', 1, NULL, NULL, '2022-04-24 04:57:16', 1),
(6, NULL, 5, 1, NULL, 'تجديد ترخيص', NULL, 'License Renewal', NULL, 50.00, 39, 24, 33, '1603292378download.jpg', NULL, 0, 1, NULL, 1, 15, 1, 2, '2020-10-21 11:59:38', 1, NULL, NULL, '2020-10-22 07:33:44', 1),
(7, NULL, 3, 1, NULL, 'طلب الحصول على بطاقة هوية', NULL, 'Request for an identity card', NULL, 80.00, 37, 24, 33, '1603296302download (1).jpg', NULL, 0, 0, NULL, 1, 17, 1, 2, '2020-10-21 13:05:02', 1, NULL, NULL, '2020-10-22 07:30:30', 1),
(8, NULL, 6, 1, NULL, 'طلب خط كهرباء جديد', NULL, 'Request a new power line', NULL, 100.00, 37, 72, 33, '16199535331428855702.png', NULL, 0, 0, NULL, 0, 19, 1, 2, '2021-05-02 08:05:33', 1, NULL, NULL, '2021-05-02 08:21:33', 1),
(9, NULL, 6, 1, NULL, 'فحص عداد الكهرباء', NULL, 'Checking the electricity meter', NULL, 5.00, 37, 24, 33, '16199564311428855702.png', '25', 1, 0, NULL, 1, 20, 1, 2, '2021-05-02 08:53:51', 1, NULL, NULL, '2022-04-24 04:53:39', 1),
(10, NULL, 9, 1, NULL, 'ترسيم شارع', NULL, 'street demarcation', NULL, 30.00, 38, 2, 34, '1651997752359648.jpg', '3545346356', 1, 0, NULL, 1, 46, 1, 2, '2022-05-08 05:14:53', 1, NULL, NULL, '2022-05-08 05:40:03', 1),
(11, NULL, 8, 1, NULL, 'مخطط موقع وترسيم شارع', NULL, 'Street plan and street demarcation', NULL, 40.00, 38, 1, 34, '1651997824baghdad-to-osaka.jpg', '4353454334', 1, 0, NULL, 1, 45, 1, 2, '2022-05-08 05:17:04', 1, NULL, NULL, '2022-05-08 05:39:43', 1),
(12, NULL, 10, 1, NULL, 'توحيد واعادة افراز', NULL, 'Consolidation and Reproduction', NULL, 500.00, 37, 3, 34, '1651997899خلفيات-طبيعية-عالية-الدقة-1024x768.jpg', '58568858', 1, 0, NULL, 1, 47, 1, 2, '2022-05-08 05:18:19', 1, NULL, NULL, '2022-05-08 05:39:23', 1),
(13, NULL, 1, 1, 1, 'فحص', NULL, 'test', NULL, 20.00, 37, 10, 34, '1655194100default-image-620x600.jpg', NULL, 0, 0, NULL, 0, 50, 0, 2, '2022-06-14 05:08:20', 1, NULL, NULL, '2022-06-29 08:31:39', 1),
(14, NULL, 1, 1, 1, 'فحص 123', NULL, 'test 123', NULL, 20.00, 37, 5, 34, '1656501858default-image-620x600.jpg', NULL, 0, 0, NULL, 1, 51, 0, 2, '2022-06-29 11:24:18', 1, NULL, NULL, '2022-06-30 07:57:14', 1),
(15, NULL, 1, 1, 1, 'فحص جديد', NULL, 'test new', NULL, 20.00, 37, 5, 34, '1656582705WhatsApp Image 2022-06-22 at 6.23.02 PM (1).jpeg', NULL, 0, 0, NULL, 1, 55, 0, 2, '2022-06-30 09:51:45', 1, NULL, NULL, '2022-07-02 12:53:16', 1);

-- --------------------------------------------------------

--
-- Table structure for table `es_transaction_types_documents`
--

CREATE TABLE `es_transaction_types_documents` (
  `document_id` bigint(11) NOT NULL,
  `transaction_type_id_fk` bigint(255) DEFAULT NULL,
  `name_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `name_en` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_required` int(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_transaction_types_documents`
--

INSERT INTO `es_transaction_types_documents` (`document_id`, `transaction_type_id_fk`, `name_ar`, `name_en`, `description_ar`, `description_en`, `is_required`) VALUES
(1, 3, 'هوية', 'ID', NULL, NULL, 1),
(2, 3, 'صورة شخصية', 'Picture', NULL, NULL, 1),
(3, 9, 'تجريبي', 'test', 'تجريبي', 'test', 0);

-- --------------------------------------------------------

--
-- Table structure for table `es_users`
--

CREATE TABLE `es_users` (
  `user_id` bigint(20) NOT NULL,
  `username` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `firm_id_fk` int(11) DEFAULT NULL,
  `user_type` enum('citizen','profession') COLLATE utf8_unicode_ci DEFAULT NULL,
  `id_card_no` int(11) DEFAULT NULL,
  `passport` int(11) DEFAULT NULL,
  `security_question_cd` int(11) DEFAULT NULL,
  `security_answer` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `s_password` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_approved` int(11) DEFAULT NULL,
  `is_locked` int(11) DEFAULT NULL,
  `citizen_id_fk` int(11) DEFAULT NULL,
  `preferred_com_channel` enum('phone','fax','mobile','email','sms') COLLATE utf8_unicode_ci DEFAULT 'email',
  `status_cd` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `created_by` bigint(20) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(20) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL,
  `subscription_status` enum('portal','by_staff') COLLATE utf8_unicode_ci DEFAULT NULL,
  `fail_login_count` int(11) DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_users`
--

INSERT INTO `es_users` (`user_id`, `username`, `firm_id_fk`, `user_type`, `id_card_no`, `passport`, `security_question_cd`, `security_answer`, `s_password`, `is_approved`, `is_locked`, `citizen_id_fk`, `preferred_com_channel`, `status_cd`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`, `subscription_status`, `fail_login_count`) VALUES
(1, 'moharar', NULL, 'citizen', NULL, NULL, 13, 'ok', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, 1, 'email', 2, '2019-03-30 07:57:13', 1, NULL, NULL, '2019-11-05 11:07:57', NULL, 'by_staff', 0),
(2, 'eyad', NULL, 'citizen', NULL, NULL, 13, 'Good', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, 2, 'email', 2, '2019-04-17 09:46:22', 1, NULL, NULL, '2019-10-17 10:40:52', 1, 'by_staff', 0),
(3, 'daloull', NULL, 'citizen', NULL, NULL, 13, 'tamam', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, 3, 'email', 2, '2019-10-29 07:56:57', 1, NULL, NULL, '2022-05-26 04:10:28', 1, 'by_staff', 0),
(4, 'mwdahshan', NULL, 'citizen', NULL, NULL, 13, 'الحمد الله', '732d59fb397b6ea0b75936c17a4665ee', NULL, NULL, 4, 'mobile', 2, '2021-05-02 07:43:14', 1, NULL, NULL, '2021-05-02 07:43:14', NULL, 'by_staff', 0),
(5, 'mdahshan', 1, 'profession', NULL, NULL, 13, 'الحمد الله', 'beb5dc3b1707b936c4a9436623a5f9aa', NULL, NULL, NULL, NULL, 2, '2021-05-02 07:52:19', 1, NULL, NULL, '2021-05-02 07:53:05', 1, 'by_staff', 0),
(6, 'noor', NULL, 'citizen', NULL, NULL, 13, 'تمام', '88224dfda6983c518ad1e32b959aae49', NULL, NULL, 5, 'mobile', 2, '2021-05-25 05:47:23', 1, NULL, NULL, '2021-05-25 05:49:06', 1, 'by_staff', 0),
(7, 'alnoor', 2, 'profession', NULL, NULL, 13, 'تمام', '3f671f7414eff143a8ad2a60d3e1c2b9', NULL, NULL, NULL, NULL, 2, '2021-05-25 05:54:55', 1, NULL, NULL, '2021-05-25 05:55:07', 1, 'by_staff', 0),
(8, 'mohsalah', NULL, 'citizen', NULL, NULL, 13, 'كويس', '6dbd4bf032fe78279a0fd303a0470b33', NULL, NULL, 6, 'mobile', 2, '2021-09-27 08:38:35', 0, NULL, NULL, '2022-06-25 09:35:07', 1, 'portal', 0),
(9, 'awegwq', 3, 'profession', NULL, NULL, 13, 'evqw', '25f9e794323b453885f5181f1b624d0b', NULL, NULL, NULL, NULL, 2, '2021-10-07 10:05:10', 1, NULL, NULL, '2021-10-07 20:01:29', NULL, 'by_staff', 0),
(10, 'neveen', NULL, 'citizen', NULL, NULL, 13, 'الحمدلله', 'f5bb0c8de146c67b44babbf4e6584cc0', NULL, NULL, 7, 'email', 2, '2022-04-24 05:14:07', 1, NULL, NULL, '2022-04-24 05:14:07', NULL, 'by_staff', 0),
(11, 'saqqa', NULL, 'citizen', NULL, NULL, 13, 'terer', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, 8, 'email', 2, '2022-05-26 04:06:51', 1, NULL, NULL, '2022-05-26 04:06:51', NULL, 'by_staff', 0),
(12, 'mohd', NULL, 'citizen', NULL, NULL, 13, 'svqweq', '6dbd4bf032fe78279a0fd303a0470b33', NULL, NULL, 9, 'email', 2, '2022-06-23 08:12:24', 1, NULL, NULL, '2022-06-23 08:12:24', NULL, 'by_staff', 0),
(13, 'mohs', NULL, 'citizen', NULL, NULL, 13, 'كويس', '6dbd4bf032fe78279a0fd303a0470b33', NULL, NULL, 10, 'email', 2, '2022-06-23 08:15:38', 1, NULL, NULL, '2022-06-23 08:15:38', NULL, 'by_staff', 0),
(14, 'eqv', NULL, 'citizen', NULL, NULL, 13, 'eagfew', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, 11, 'email', 2, '2022-06-23 08:18:20', 1, NULL, NULL, '2022-06-23 09:10:38', 1, 'by_staff', 0),
(15, '123456789', NULL, 'citizen', NULL, NULL, 13, '123456789', '25f9e794323b453885f5181f1b624d0b', NULL, NULL, 12, 'email', 2, '2022-06-23 10:29:48', 0, NULL, NULL, '2022-06-23 10:29:48', NULL, 'portal', 0),
(16, '123456456', NULL, 'citizen', NULL, NULL, 13, '123456456', '7bc1dde2d22c12a7968355f3e077ef89', NULL, NULL, 13, 'email', 2, '2022-06-23 10:31:53', 0, NULL, NULL, '2022-07-02 12:40:58', NULL, 'portal', 1),
(17, 'mohdddd', NULL, 'citizen', NULL, NULL, 13, 'fhdb', 'f4925cc90e1d26e4efe2754c7a5f5ba0', NULL, NULL, 14, 'email', 2, '2022-06-25 08:49:08', 1, NULL, NULL, '2022-06-25 08:54:26', 1, 'by_staff', 0),
(18, 'mohsalah123', NULL, 'citizen', 403004302, NULL, 13, 'سسس', '6dbd4bf032fe78279a0fd303a0470b33', NULL, NULL, 15, 'email', 2, '2022-06-25 09:15:58', 0, NULL, NULL, '2022-06-25 09:15:58', NULL, 'portal', 0),
(19, '555555', NULL, 'citizen', NULL, 555555, 13, '555555', '$2y$10$fOgBBYVHKuXjFpHPuPf0uOGp.fu9qE20iRDzFkOS4XmhLUH394RI2', NULL, NULL, 16, 'email', 2, '2022-06-25 09:38:20', 1, NULL, NULL, '2022-06-30 07:53:48', 1, 'by_staff', 3),
(20, '66666', NULL, 'citizen', NULL, 66666, 13, 'ddd', '6dbd4bf032fe78279a0fd303a0470b33', NULL, NULL, 17, 'email', 2, '2022-06-30 07:56:39', 1, NULL, NULL, '2022-07-06 11:09:50', NULL, 'by_staff', 3);

-- --------------------------------------------------------

--
-- Table structure for table `es_users_organizations`
--

CREATE TABLE `es_users_organizations` (
  `user_id` int(11) NOT NULL,
  `org_id_fk` int(11) NOT NULL,
  `is_approved` int(11) DEFAULT NULL,
  `is_locked` int(11) DEFAULT NULL,
  `status_cd` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `remember_token` text COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `es_users_organizations`
--

INSERT INTO `es_users_organizations` (`user_id`, `org_id_fk`, `is_approved`, `is_locked`, `status_cd`, `created_at`, `remember_token`) VALUES
(1, 1, 1, 0, 2, '2019-03-30 07:57:13', 'jhP59imkIPPn6MHUONp3EOH1h3OjtZrp55Xrt1iaafsTChrPclD1j3hQ2CKX'),
(2, 1, 0, 0, 2, '2019-04-17 09:46:22', NULL),
(3, 1, 0, 0, 2, '2019-10-29 07:56:57', 'fLJvoO1l5SjZQ5juwi2lAna21EmoYjpwosGeEWVKnUms6loKQKnrikyHlgSS'),
(4, 1, 1, 0, 2, '2021-05-02 07:43:14', 'nVNw7xUjSIwKQNuZFxDqIrvVgWOb3CeMKt9xBFaLbwtnh57JowBoSlcGFXwC'),
(5, 1, 0, 0, 2, '2021-05-02 07:52:19', NULL),
(6, 1, 1, 0, 2, '2021-05-25 05:47:23', NULL),
(7, 1, 0, 0, 2, '2021-05-25 05:54:55', NULL),
(8, 1, 1, 0, 2, '2021-09-27 08:38:35', NULL),
(9, 1, 0, 0, 2, '2021-10-07 10:05:10', NULL),
(10, 1, 0, 0, 2, '2022-04-24 05:14:07', NULL),
(11, 1, 0, 0, 2, '2022-05-26 04:06:51', NULL),
(12, 1, 0, 0, 2, '2022-06-23 08:12:24', NULL),
(13, 1, 0, 0, 2, '2022-06-23 08:15:38', NULL),
(14, 1, 0, 0, 2, '2022-06-23 08:18:20', NULL),
(15, 1, 1, 0, 2, '2022-06-23 10:29:48', NULL),
(16, 1, 1, 0, 2, '2022-06-23 10:31:53', NULL),
(17, 1, 0, 0, 2, '2022-06-25 08:49:08', NULL),
(18, 1, 1, 0, 2, '2022-06-25 09:15:58', NULL),
(19, 1, 0, 0, 17, '2022-06-25 09:38:20', NULL),
(20, 1, 0, 0, 2, '2022-06-30 07:56:39', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `es_work_groups`
--

CREATE TABLE `es_work_groups` (
  `work_group_id` int(11) NOT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `name_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `status_cd` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `created_by` bigint(20) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` bigint(20) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `licenserenewal`
--

CREATE TABLE `licenserenewal` (
  `id` int(10) UNSIGNED NOT NULL,
  `licenseren_enterprisename` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_enterpriseownername` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_address` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_activitytype` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_licensenumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_phone` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_applicantname` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_applicantphone` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_described` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_technicaldirector` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_qualification` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_professionlicenseno` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_issuedate` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `licenseren_distributorslist` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `licenserenewal`
--

INSERT INTO `licenserenewal` (`id`, `licenseren_enterprisename`, `licenseren_enterpriseownername`, `licenseren_address`, `licenseren_activitytype`, `licenseren_licensenumber`, `licenseren_phone`, `licenseren_applicantname`, `licenseren_applicantphone`, `licenseren_described`, `licenseren_technicaldirector`, `licenseren_qualification`, `licenseren_professionlicenseno`, `licenseren_issuedate`, `licenseren_distributorslist`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, '234324', '4324324', '4324324', '234324', '4324324', '324324', '34244324', '23432423', '4324324', '342432432', 'بكالوريوس', '3123123', '2020-10-08', '1603295091fqsvdwZQcl6Jwjy0tRtr.jpg', NULL, 1, NULL, NULL, NULL, NULL),
(2, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', 'دبلوم', '1', '2020-10-21', '1603296731E0O87D1mgKGUd0GORsq2.jpg', NULL, 1, NULL, NULL, NULL, NULL),
(3, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', 'دبلوم', '1', '2021-07-14', NULL, NULL, 1, NULL, NULL, NULL, NULL),
(4, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', 'بكالوريوس', '1', '2021-08-11', NULL, NULL, 1, NULL, NULL, NULL, NULL),
(5, '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'دبلوم', '1', '2021-08-19', NULL, NULL, 1, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `link_workflow_form`
--

CREATE TABLE `link_workflow_form` (
  `id` int(11) NOT NULL,
  `wf_id_fk` int(11) DEFAULT NULL,
  `block_id_fk` int(11) DEFAULT NULL,
  `form_id_fk` int(11) DEFAULT NULL,
  `step_id_fk` int(11) DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `link_workflow_form`
--

INSERT INTO `link_workflow_form` (`id`, `wf_id_fk`, `block_id_fk`, `form_id_fk`, `step_id_fk`, `created_at`, `created_by`, `updated_at`, `updated_by`) VALUES
(6, 42, 66, 55, 83, '2022-07-02', NULL, '2022-07-02', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2016_06_01_000001_create_oauth_auth_codes_table', 1),
(3, '2016_06_01_000002_create_oauth_access_tokens_table', 1),
(4, '2016_06_01_000003_create_oauth_refresh_tokens_table', 1),
(5, '2016_06_01_000004_create_oauth_clients_table', 1),
(6, '2016_06_01_000005_create_oauth_personal_access_clients_table', 1),
(7, '2019_08_19_000000_create_failed_jobs_table', 1),
(8, '2022_07_03_122359_create_sessions_table', 1);

-- --------------------------------------------------------

--
-- Table structure for table `newcounter`
--

CREATE TABLE `newcounter` (
  `id` int(10) UNSIGNED NOT NULL,
  `newcounter_phone` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newcounter_mobile` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newcounter_city` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newcounter_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newcounter_age` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `newcounter`
--

INSERT INTO `newcounter` (`id`, `newcounter_phone`, `newcounter_mobile`, `newcounter_city`, `newcounter_name`, `newcounter_age`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, '1', '1', '1', '[{\"id\":0,\"value\":\"Ahmed\"},{\"id\":1,\"value\":\"Mohammed\"}]', '[{\"id\":0,\"value\":\"1\"},{\"id\":1,\"value\":\"2\"}]', NULL, 2, NULL, NULL, NULL, NULL),
(2, '1', '1', 'jerusalem', '[{\"id\":0,\"value\":\"Hi\"}]', '[{\"id\":0,\"value\":\"23\"}]', NULL, 2, NULL, NULL, NULL, NULL),
(3, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 2, NULL, NULL, NULL, NULL),
(4, '1', '1', NULL, '[{\"id\":0,\"value\":\"\\u0627\\u062d\\u0645\\u062f\"}]', '[{\"id\":0,\"value\":\"30\"}]', NULL, 3, NULL, NULL, NULL, NULL),
(5, '1', '1', 'q', '[{\"id\":0,\"value\":\"q\"}]', '[{\"id\":0,\"value\":\"q\"}]', NULL, 3, NULL, NULL, NULL, NULL),
(6, '1', '1', '333', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(7, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(8, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(9, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(10, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(11, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(12, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(13, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(14, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(15, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(16, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(17, '0595103335', '2', 'غزة', '[{\"id\":0,\"value\":\"\\u0645\\u062d\\u0645\\u062f\"}]', '[{\"id\":0,\"value\":\"23\"}]', NULL, 4, NULL, NULL, '2021-05-02', 1),
(18, '1', '1', NULL, '[{\"id\":0,\"value\":null},{\"id\":1,\"value\":null},{\"id\":2,\"value\":null}]', '[{\"id\":0,\"value\":null},{\"id\":1,\"value\":null},{\"id\":2,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(19, '1234567890', '1234567890', '3423423', '[{\"id\":0,\"value\":\"1\"},{\"id\":1,\"value\":\"1\"},{\"id\":2,\"value\":\"1\"}]', '[{\"id\":0,\"value\":\"1\"},{\"id\":1,\"value\":\"1\"},{\"id\":2,\"value\":\"1\"}]', NULL, 1, NULL, NULL, NULL, NULL),
(20, NULL, '1', 'Gaza', '[{\"id\":0,\"value\":\"1\"}]', '[{\"id\":0,\"value\":\"1\"}]', NULL, 1, NULL, NULL, NULL, NULL),
(21, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 1, NULL, NULL, NULL, NULL),
(22, '212121212', '1', 'Gaza', '[{\"id\":0,\"value\":\"1\"},{\"id\":1,\"value\":\"122\"}]', '[{\"id\":0,\"value\":\"1\"},{\"id\":1,\"value\":\"122\"}]', NULL, 1, NULL, NULL, NULL, NULL),
(23, '0595558931', '0595558931', 'نابلس', '[{\"id\":0,\"value\":\"\\u0645\\u064a\\u0631\\u0627 \\u0627\\u0634\\u062a\\u064a\\u0629\"}]', '[{\"id\":0,\"value\":\"21\"}]', NULL, 10, NULL, NULL, '2022-04-25', 1),
(24, NULL, NULL, NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 8, NULL, NULL, NULL, NULL),
(25, '1', '1', NULL, '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, 8, NULL, NULL, NULL, NULL),
(26, '0592891653', '0592891653', 'غزة', '[{\"id\":0,\"value\":\"\\u0645\\u062d\\u0645\\u062f\"},{\"id\":1,\"value\":\"\\u0645\\u062d\\u0645\\u062f\"}]', '[{\"id\":0,\"value\":\"20\"},{\"id\":1,\"value\":\"20\"}]', NULL, 8, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `newphone`
--

CREATE TABLE `newphone` (
  `id` int(10) UNSIGNED NOT NULL,
  `newphone_phonenumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newphone_area` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newphone_fullname` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newphone_notes` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newphone_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newphone_dob` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `newphone_idno` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `newphone`
--

INSERT INTO `newphone` (`id`, `newphone_phonenumber`, `newphone_area`, `newphone_fullname`, `newphone_notes`, `newphone_name`, `newphone_dob`, `newphone_idno`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, '2868349', 'رام الله', 'مصطفى', 'اي تفاصيل اضافية اي تفاصيل اضافية اي تفاصيل اضافية اي تفاصيل اضافية', '[{\"id\":0,\"value\":\"\\u062e\\u0627\\u0644\\u062f\"},{\"id\":1,\"value\":\"\\u0623\\u062d\\u0645\\u062f\"}]', '[{\"id\":0,\"value\":\"2020-10-01\"},{\"id\":1,\"value\":\"2020-10-01\"}]', '[{\"id\":0,\"value\":\"12345678\"},{\"id\":1,\"value\":\"321654477\"}]', NULL, 1, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `oauth_access_tokens`
--

CREATE TABLE `oauth_access_tokens` (
  `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `scopes` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_auth_codes`
--

CREATE TABLE `oauth_auth_codes` (
  `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `scopes` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_clients`
--

CREATE TABLE `oauth_clients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `provider` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `redirect` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `personal_access_client` tinyint(1) NOT NULL,
  `password_client` tinyint(1) NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_personal_access_clients`
--

CREATE TABLE `oauth_personal_access_clients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_refresh_tokens`
--

CREATE TABLE `oauth_refresh_tokens` (
  `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `access_token_id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `passportrequest`
--

CREATE TABLE `passportrequest` (
  `id` int(10) UNSIGNED NOT NULL,
  `passportre_idno` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `passportre_nameenglish` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `passportre_namearabic` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `passportre_address` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `passportre_notes` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `passportrequest`
--

INSERT INTO `passportrequest` (`id`, `passportre_idno`, `passportre_nameenglish`, `passportre_namearabic`, `passportre_address`, `passportre_notes`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, '800638090', 'Moustafa', 'مصطفى', 'بيبيبي', 'بيبيب', NULL, 1, NULL, NULL, NULL, NULL),
(2, '800638090', 'Moustafa', 'مصطفى', 'غزة', 'لا يوجد', NULL, 1, NULL, NULL, NULL, NULL),
(3, '745664434', 'neveen', 'نيفين', 'نابلس', 'لاشيء', NULL, 10, NULL, NULL, '2022-05-29', 1);

-- --------------------------------------------------------

--
-- Table structure for table `related_api`
--

CREATE TABLE `related_api` (
  `related_api_id` int(11) NOT NULL,
  `api_id` int(11) DEFAULT NULL,
  `org_id_fk` int(11) DEFAULT NULL,
  `title_en` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `title_ar` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `url` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `url_header` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `example_value` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `parameter_type` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` datetime DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `related_api`
--

INSERT INTO `related_api` (`related_api_id`, `api_id`, `org_id_fk`, `title_en`, `title_ar`, `url`, `url_header`, `example_value`, `parameter_type`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, NULL, 'Payments', 'الدفعات', 'http://83.244.113.10:9007/CSC/jersey/CscService/getAllPayments/{val}', NULL, '749', 'aggrementId', NULL, '2019-03-28 14:11:57', 1, NULL, NULL, '2019-03-28 14:13:12', NULL),
(2, 1, NULL, 'Vouchers', 'الفواتير', 'http://83.244.113.10:9007/CSC/jersey/CscService/getAllVouchers/{val}', NULL, '2673', 'aggrementId', NULL, '2019-03-28 14:14:25', 1, NULL, NULL, '2019-03-31 11:55:11', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `related_api_structure`
--

CREATE TABLE `related_api_structure` (
  `related_api_structure_id` int(11) NOT NULL,
  `related_api_id` int(11) DEFAULT NULL,
  `title_en` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `title_ar` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `culomn_name` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_checked` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `related_api_structure`
--

INSERT INTO `related_api_structure` (`related_api_structure_id`, `related_api_id`, `title_en`, `title_ar`, `culomn_name`, `is_checked`) VALUES
(7, 1, 'Paid Amount', 'قيمة المدفوع', 'paidAmount', 1),
(6, 1, 'Payment No', 'رقم الدفعة', 'paymentNo', 1),
(8, 1, 'Payment Date', 'تاريخ الدفعة', 'paymentDate', 1),
(9, 1, 'Currency', 'العملة', 'currencyDescription', 1),
(10, 1, 'Payment Type', 'نوع الدفعة', 'paymentType', 1),
(29, 2, 'Voucher Status', 'حالة الفاتورة', 'voucherStatus', 1),
(30, 2, 'Voucher Type', 'نوع الفاتورة', 'voucherTypeDescription', 1),
(28, 2, 'Remain Amount', 'القيمة المتبقية', 'remainAmount', 1),
(27, 2, 'Paid Amount', 'القيمة المدفوعة', 'paidAmount', 1),
(26, 2, 'Net Amount', 'إجمالي القيمة', 'netAmount', 1),
(25, 2, 'Voucher Number', 'رقم الفاتورة', 'voucherNumber', 1),
(31, 2, 'Currency', 'العملة', 'currencyDescription', 1);

-- --------------------------------------------------------

--
-- Table structure for table `requestanewpowerline`
--

CREATE TABLE `requestanewpowerline` (
  `id` int(10) UNSIGNED NOT NULL,
  `requestane_adress` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestane_city` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestane_adresscopy` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestane_citycopy` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `requestforanidentity`
--

CREATE TABLE `requestforanidentity` (
  `id` int(10) UNSIGNED NOT NULL,
  `requestfor_identitytype` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_controlnumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_namee` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_fathersname` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_grandfathername` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_familyname` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_previouslastname` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_mothersname` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_gender` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_religion` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_dateofbirth` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_maritalstatus` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_placeofbirth` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_governorate` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_cityvillage` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_neighborhoostreet` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_houseno` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_phone` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_mobile` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_idno` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_fullname` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_permitnumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_passportnumber` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_passporttype` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_previousfamilyname` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_idnocopy` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_fullnamecopy` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_genderr` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_dateofbirthcopy` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_personalpicture` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestfor_attachment` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `requestforanidentity`
--

INSERT INTO `requestforanidentity` (`id`, `requestfor_identitytype`, `requestfor_controlnumber`, `requestfor_namee`, `requestfor_fathersname`, `requestfor_grandfathername`, `requestfor_familyname`, `requestfor_previouslastname`, `requestfor_mothersname`, `requestfor_gender`, `requestfor_religion`, `requestfor_dateofbirth`, `requestfor_maritalstatus`, `requestfor_placeofbirth`, `requestfor_governorate`, `requestfor_cityvillage`, `requestfor_neighborhoostreet`, `requestfor_houseno`, `requestfor_phone`, `requestfor_mobile`, `requestfor_idno`, `requestfor_fullname`, `requestfor_permitnumber`, `requestfor_passportnumber`, `requestfor_passporttype`, `requestfor_previousfamilyname`, `requestfor_idnocopy`, `requestfor_fullnamecopy`, `requestfor_genderr`, `requestfor_dateofbirthcopy`, `requestfor_personalpicture`, `requestfor_attachment`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'أولي', '123', 'مصطفى', 'عدنان', 'مصطفى', 'دلول', NULL, 'عبير', 'ذكر', 'مسلم', '1986-10-07', 'أعزب', 'غزة', 'رام الله', 'رام الله', 'البلد', '123', '2628349', '0595898964', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '1603356311Qp0L5ODsy3T5UyGhnzS6.jpg', NULL, NULL, 1, NULL, NULL, '2020-10-22', 1),
(2, 'أولي', '11', 'محمد', 'وليد', 'حلمي', 'الدهشان', NULL, 'مرام', 'ذكر', 'مسلم', '33-08-19', 'أعزب', 'غزة', 'رام الله', 'البيرة', 'البيرة / شارع البيرة', '253', '082624903', '0595103335', '[{\"id\":0,\"value\":null},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":null},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":null},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":null},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":null},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":null},{\"id\":1,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL),
(3, 'مفقودة', '232', 'محمد', 'علي', 'أحمد', 'نورالدين', NULL, 'مرام', 'ذكر', 'مسلم', '1995-12-19', 'أعزب', 'غزة', 'نابلس', 'نابلس', 'نابلس / نابلس', '985', '0595103335', '0595103335', '[{\"id\":0,\"value\":\"62649\"}]', '[{\"id\":0,\"value\":\"\\u0646\\u0648\\u0631\"}]', '[{\"id\":0,\"value\":\"4587\"}]', '[{\"id\":0,\"value\":\"4554\"}]', '[{\"id\":0,\"value\":\"\\u0639\\u0627\\u062f\\u064a\"}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL),
(4, 'تجديد بسبب تغيير الحالة الإجتماعية', '748', 'Noelle Schroeder', 'Cameron Guerra', 'Debra Anthony', 'Rebekah Dodson', 'Case', 'Tanek Snow', 'أنثى', 'مسلم', '34-11-10', 'أرملـ / ـة', 'Aut eum vel iure est', 'نابلس', 'نابلس', 'Tempora pariatur Ullam culpa nihil saepe perspiciatis aliqua', 'Tempor ut expedita doloribus esse optio do eaque id aut eum', '+1 (921) 682-2074', 'Dolor fugit eiusmod inventore voluptatem', '[{\"id\":0,\"value\":\"90\"}]', '[{\"id\":0,\"value\":\"Gage Figueroa\"}]', '[{\"id\":0,\"value\":\"651\"}]', '[{\"id\":0,\"value\":\"492\"}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":\"Alexandra Solomon\"}]', '[{\"id\":0,\"value\":\"46\"}]', '[{\"id\":0,\"value\":\"Micah Hammond\"}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":\"1920-10-15\"}]', NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
(5, 'أولي', '9', 'يوسف', 'علي', 'احمد', 'نور الدين', NULL, 'نورا', 'ذكر', 'مسلم', '1998-10-27', 'أعزب', 'غزة', 'رام الله', 'رام الله', 'غزة - الرمال', '898', '9898989889', '0595103336', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', '[{\"id\":0,\"value\":null}]', NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL),
(6, 'أولي', '687', 'Dylan Bennett', 'Orlando Petty', 'Thor Andrews', 'Ruby Rowe', 'Washington', 'Arden Stewart', 'ذكر', 'مسلم', '1919-11-12', 'مطلقـ / ـة', 'Ad excepturi est rei', 'رام الله', 'رام الله', 'Esse eiusmod et sit omnis dolorum quasi ea libero mollit dolor sequi exercitationem', 'In dolor veniam dolor sequi ratione', 'يبيب', 'سبس', '[{\"id\":0,\"value\":\"51\"}]', '[{\"id\":0,\"value\":\"Haley Duffy\"}]', '[{\"id\":0,\"value\":\"112\"}]', '[{\"id\":0,\"value\":\"722\"}]', '[{\"id\":0,\"value\":\"\\u0639\\u0627\\u062f\\u064a\"}]', '[{\"id\":0,\"value\":\"Genevieve Deleon\"}]', '[{\"id\":0,\"value\":\"25\"}]', '[{\"id\":0,\"value\":\"Jennifer Cooper\"}]', '[{\"id\":0,\"value\":\"\\u0630\\u0643\\u0631\"}]', '[{\"id\":0,\"value\":\"1929-10-17\"}]', NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `sessions`
--

CREATE TABLE `sessions` (
  `id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payload` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_activity` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `streetplan`
--

CREATE TABLE `streetplan` (
  `id` int(10) UNSIGNED NOT NULL,
  `streetplan_dassegtrw` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `streetplan_gtyrjtyj` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `test`
--

CREATE TABLE `test` (
  `id` int(10) UNSIGNED NOT NULL,
  `test_test` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `testnew`
--

CREATE TABLE `testnew` (
  `id` int(10) UNSIGNED NOT NULL,
  `testnew_test` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `testnew_testcopy` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `testnew`
--

INSERT INTO `testnew` (`id`, `testnew_test`, `testnew_testcopy`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, '111', 'mohammed', NULL, 20, NULL, NULL, '2022-06-30', 1),
(2, 'فحص 2', 'تعديل', NULL, 1, NULL, NULL, '2022-06-30', 1),
(3, 'محمد صلاج', '123', NULL, 1, NULL, NULL, '2022-07-02', 1),
(4, 'فحص', 'فحص', NULL, 1, NULL, NULL, '2022-07-02', 1),
(5, 'محمد صلاح', NULL, NULL, 18, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `testtest`
--

CREATE TABLE `testtest` (
  `id` int(10) UNSIGNED NOT NULL,
  `testtest_teswt` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` date DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `deleted_at` date DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` date DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `testtest`
--

INSERT INTO `testtest` (`id`, `testtest_teswt`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, NULL, NULL, 20, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wf_instance_attachments`
--

CREATE TABLE `wf_instance_attachments` (
  `wf_attachment_id` int(11) NOT NULL,
  `wf_instance_id_fk` int(11) DEFAULT NULL,
  `new_ver_wf_attachment_id_fk` int(11) DEFAULT NULL,
  `title` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `description` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `file_url` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_instance_attachments`
--

INSERT INTO `wf_instance_attachments` (`wf_attachment_id`, `wf_instance_id_fk`, `new_ver_wf_attachment_id_fk`, `title`, `description`, `file_url`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 119, NULL, '4343', '4444', '1577184273_147193115', 2, '2019-12-24 08:44:33', 1, NULL, NULL, '2019-12-24 08:44:33', NULL),
(2, 119, NULL, '7654321', '65432', '1577184298_2062826794', 2, '2019-12-24 08:44:58', 1, NULL, NULL, '2019-12-24 08:44:58', NULL),
(3, 119, NULL, 'edfdwere', 'rwerwer', '1577184489_1681937950.xls', 2, '2019-12-24 08:48:09', 1, NULL, NULL, '2019-12-24 08:48:09', NULL),
(4, 238, NULL, 'ملف مرفق', '1234', '1629881047_1374528602.jpg', 2, '2021-08-25 05:44:07', 1, NULL, NULL, '2021-08-25 05:44:07', NULL),
(5, 269, NULL, 'فثثفثف', 'ثفثفث', '1653482345_1388904020.pdf', 2, '2022-05-25 09:39:05', 1, NULL, NULL, '2022-05-25 09:39:05', NULL),
(6, 278, NULL, 'فحص', 'فحص', '1656485674_649368049.jpg', 2, '2022-06-29 06:54:34', 1, NULL, NULL, '2022-06-29 06:54:34', NULL),
(7, 295, NULL, 'ttt', 'ttt', '1657968802_1442658843.png', 2, '2022-07-16 10:53:22', 1, NULL, NULL, '2022-07-16 10:53:22', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wf_steps`
--

CREATE TABLE `wf_steps` (
  `wf_step_id` int(11) NOT NULL,
  `workflow_id_fk` int(11) DEFAULT NULL,
  `step_name_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `step_name_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `from_step_department_id_fk` int(11) NOT NULL,
  `to_step_department_id_fk` int(11) DEFAULT NULL,
  `step_order` int(11) NOT NULL DEFAULT 0,
  `step_type` enum('start','start_end','intermediate','end') COLLATE utf8_unicode_ci NOT NULL,
  `time_limit` double DEFAULT NULL,
  `time_limit_unit_cd` int(11) DEFAULT NULL,
  `actor_type` enum('department','position','staff','workgroup') COLLATE utf8_unicode_ci DEFAULT NULL,
  `actor_position_id_fk` int(11) DEFAULT NULL,
  `actor_staff_id_fk` int(11) DEFAULT NULL,
  `actor_workgroup_id_fk` int(11) DEFAULT NULL,
  `actor_workgroup_member_id_fk` int(11) DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `block_id_fk` int(11) DEFAULT NULL,
  `form_id_fk` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_steps`
--

INSERT INTO `wf_steps` (`wf_step_id`, `workflow_id_fk`, `step_name_ar`, `step_name_en`, `from_step_department_id_fk`, `to_step_department_id_fk`, `step_order`, `step_type`, `time_limit`, `time_limit_unit_cd`, `actor_type`, `actor_position_id_fk`, `actor_staff_id_fk`, `actor_workgroup_id_fk`, `actor_workgroup_member_id_fk`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`, `block_id_fk`, `form_id_fk`) VALUES
(1, 1, 'إستلام الطلب', 'Rescive App', 1, -2, 1, 'start', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL),
(2, 1, 'فحص القاعدة', 'Check Rule', -2, 2, 2, 'intermediate', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL),
(3, 1, 'فحص القاعدة', 'Check Rule', -2, 3, 2, 'intermediate', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL),
(4, 1, 'إرسال للإدارة', 'Send To Management', 2, 4, 3, 'intermediate', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL),
(5, 1, 'إرسال للإدارة', 'Send To Management', 3, 4, 3, 'intermediate', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL),
(6, 1, 'نهاية الطلب', 'End App', 4, -1, 4, 'end', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL, '2019-04-17 10:03:20', NULL, NULL, NULL),
(7, 2, 'وير', 'where', 1, -2, 1, 'start', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL),
(8, 2, '1', '1', -2, 2, 2, 'intermediate', 0, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL),
(9, 2, '1', '1', -2, 3, 2, 'intermediate', 0, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL),
(10, 2, '1', '1', -2, 4, 2, 'intermediate', 0, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL),
(11, 2, '2', '2', 2, 1, 3, 'intermediate', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL),
(12, 2, '2', '2', 3, 1, 3, 'intermediate', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL),
(13, 2, '2', '2', 4, 1, 3, 'intermediate', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL),
(14, 2, '3', '3', 1, -1, 4, 'end', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL, '2019-04-18 03:57:05', NULL, NULL, NULL),
(15, 3, '1', '1', 1, -2, 1, 'start', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL),
(16, 3, '2', '2', -2, 2, 2, 'intermediate', 0, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL),
(17, 3, '2', '2', -2, 3, 2, 'intermediate', 0, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL),
(18, 3, '2', '2', -2, 4, 2, 'intermediate', 0, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL),
(19, 3, '3', '3', 2, 1, 3, 'intermediate', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL),
(20, 3, '3', '3', 3, 1, 3, 'intermediate', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL),
(21, 3, '3', '3', 4, 1, 3, 'intermediate', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL),
(22, 3, '4', '4', 1, -1, 4, 'end', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL, '2019-04-18 07:31:47', NULL, NULL, NULL),
(59, 7, 'ت', 'c', 3, -1, 3, 'end', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-22 09:20:05', NULL, NULL, NULL, '2021-11-22 09:20:05', NULL, NULL, NULL),
(58, 7, 'ب', 'b', 2, 3, 2, 'intermediate', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-22 09:20:05', NULL, NULL, NULL, '2021-11-22 09:20:05', NULL, NULL, NULL),
(57, 7, 'أ', 'a', 1, 2, 1, 'start', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-22 09:20:05', NULL, NULL, NULL, '2021-11-22 09:20:05', NULL, NULL, NULL),
(26, 8, 'مرحلة 1', 'step 1', 1, 2, 1, 'start', 4, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-19 14:59:51', NULL, NULL, NULL, '2020-04-19 15:03:34', NULL, NULL, NULL),
(27, 8, 'مرحلة 2', 'step 2', 2, NULL, 2, 'end', 10, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-19 15:03:34', NULL, NULL, NULL, '2020-04-19 15:03:34', NULL, NULL, NULL),
(28, 9, '1', '1', 1, -1, 1, 'start_end', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-08-24 07:31:32', NULL, NULL, NULL, '2020-08-24 07:31:32', NULL, NULL, NULL),
(29, 13, '1', '1', 1, 4, 1, 'start', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-10-15 08:04:06', NULL, NULL, NULL, '2020-10-15 08:04:06', NULL, NULL, NULL),
(30, 13, '2', '2', 4, -1, 2, 'end', 2, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-10-15 08:04:06', NULL, NULL, NULL, '2020-10-15 08:04:06', NULL, NULL, NULL),
(36, 14, '3', '3', 3, -1, 3, 'end', 3, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-10-21 12:42:55', NULL, NULL, NULL, '2020-10-21 12:42:55', NULL, NULL, NULL),
(35, 14, '2', '2', 7, 3, 2, 'intermediate', 2, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-10-21 12:42:55', NULL, NULL, NULL, '2020-10-21 12:42:55', NULL, NULL, NULL),
(34, 14, '1', '1', 1, 7, 1, 'start', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-10-21 12:42:55', NULL, NULL, NULL, '2020-10-21 12:42:55', NULL, NULL, NULL),
(40, 15, '2', '2', 8, -1, 2, 'end', 3, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-10-22 05:42:09', NULL, NULL, NULL, '2020-10-22 05:42:09', NULL, NULL, NULL),
(39, 15, '1', '1', 1, 8, 1, 'start', 5, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2020-10-22 05:42:09', NULL, NULL, NULL, '2020-10-22 05:42:09', NULL, NULL, NULL),
(44, 21, '3333', '333', 2, -1, 2, 'end', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-25 07:22:11', NULL, NULL, NULL, '2021-05-25 07:22:11', NULL, NULL, NULL),
(43, 21, '111', '1111', 1, 2, 1, 'start', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-25 07:22:11', NULL, NULL, NULL, '2021-05-25 07:22:11', NULL, NULL, NULL),
(45, 22, 'تجريبي', 'test', 1, 2, 1, 'start', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-25 10:08:29', NULL, NULL, NULL, '2021-05-25 10:08:29', NULL, NULL, NULL),
(46, 24, 'المرحلة رقم 1', '1', 1, 2, 1, 'start', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-15 05:14:53', NULL, NULL, NULL, '2021-07-15 05:14:53', NULL, NULL, NULL),
(47, 24, 'المرحلة رقم 2', '2', 2, 4, 2, 'intermediate', 2, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-15 05:14:53', NULL, NULL, NULL, '2021-07-15 05:14:53', NULL, NULL, NULL),
(48, 24, 'المرحلة رقم 3 - النهاية', '3', 4, -1, 3, 'end', 3, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-15 05:14:53', NULL, NULL, NULL, '2021-07-15 05:14:53', NULL, NULL, NULL),
(50, 23, 'فحص', 'test', 1, -1, 1, 'start_end', 5, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-10 07:05:09', NULL, NULL, NULL, '2021-11-10 07:05:09', NULL, NULL, NULL),
(60, 29, 'مرحلة الفحص', 'examination stage', 4, 2, 1, 'start', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-24 05:51:01', NULL, NULL, NULL, '2022-04-24 05:51:59', NULL, NULL, NULL),
(61, 29, 'مرحلة التانية', 'The second phase', 2, 3, 2, 'intermediate', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-24 05:51:59', NULL, NULL, NULL, '2022-04-24 05:51:59', NULL, NULL, NULL),
(62, 31, 'مرحلة', 'Stage', 5, -1, 1, 'start_end', 2, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-08 06:07:19', NULL, NULL, NULL, '2022-05-08 06:07:19', NULL, NULL, NULL),
(63, 32, 'موقع', 'staition', 5, -1, 1, 'start_end', 1, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-08 06:20:49', NULL, NULL, NULL, '2022-05-08 06:20:49', NULL, NULL, NULL),
(64, 33, 'تبت', 'sdgdrgd', 5, -1, 1, 'start_end', 3, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-08 06:27:48', NULL, NULL, NULL, '2022-05-08 06:27:48', NULL, NULL, NULL),
(65, 35, 'تقديم طلب', 'Apply', 1, 4, 1, 'start', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-08 09:49:12', NULL, NULL, NULL, '2022-05-08 09:56:30', NULL, NULL, NULL),
(66, 35, 'تقديم طلب', 'Apply', 4, 2, 2, 'intermediate', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-08 09:50:53', NULL, NULL, NULL, '2022-05-08 09:56:30', NULL, NULL, NULL),
(67, 35, 'تسيلم مساحات', 'Spaces handed over', 2, 3, 3, 'intermediate', 3, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-08 09:51:58', NULL, NULL, NULL, '2022-05-08 09:56:30', NULL, NULL, NULL),
(68, 35, 'الاحتساب', 'calculation', 3, 6, 4, 'intermediate', 5, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-08 09:52:57', NULL, NULL, NULL, '2022-05-08 09:56:30', NULL, NULL, NULL),
(70, 35, 'دفع', 'pay', 6, 3, 5, 'intermediate', 5, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-08 09:54:39', NULL, NULL, NULL, '2022-05-08 09:56:30', NULL, NULL, NULL),
(72, 35, 'تدقيق', 'Check and match', 3, 1, 6, 'intermediate', 3, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-08 09:56:30', NULL, NULL, NULL, '2022-05-08 09:56:30', NULL, NULL, NULL),
(76, 37, 'دراسة الطلب', 'end', 4, -1, 2, 'end', 2, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-25 09:37:14', NULL, NULL, NULL, '2022-05-25 09:37:14', NULL, NULL, NULL),
(75, 37, 'استقبال الطلب', 'rec', 1, 4, 1, 'start', 1, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-25 09:37:14', NULL, NULL, NULL, '2022-05-25 09:37:14', NULL, NULL, NULL),
(77, 39, '1', '1', 4, 1, 1, 'start', 12, 110, NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-07 08:22:03', NULL, NULL, NULL, '2022-06-07 08:22:03', NULL, NULL, NULL),
(78, 38, '1', '1', 2, 3, 1, 'start', 2, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-07 08:23:50', NULL, NULL, NULL, '2022-06-07 08:23:50', NULL, NULL, NULL),
(80, 40, 'فحص', 'test', 1, -1, 1, 'start_end', 5, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-14 05:11:22', NULL, NULL, NULL, '2022-06-14 05:11:22', NULL, NULL, NULL),
(82, 41, 'فحص', 'test', 1, -1, 1, 'start_end', 5, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-29 11:27:10', NULL, NULL, NULL, '2022-06-29 13:12:02', NULL, 58, 51),
(83, 42, 'نهاية', 'test', 1, 2, 1, 'start', 2, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30 09:56:47', NULL, NULL, NULL, '2022-06-30 13:24:56', NULL, 64, 54),
(84, 42, 'نهاية', 'end', 2, -1, 2, 'end', 5, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30 09:56:47', NULL, NULL, NULL, '2022-06-30 09:56:47', NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wf_steps_to_do_list`
--

CREATE TABLE `wf_steps_to_do_list` (
  `to_do_id` int(11) NOT NULL,
  `wf_step_id_fk` int(11) NOT NULL,
  `to_do_en` text COLLATE utf8_unicode_ci NOT NULL,
  `to_do_ar` text COLLATE utf8_unicode_ci NOT NULL,
  `is_required` int(11) DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_steps_to_do_list`
--

INSERT INTO `wf_steps_to_do_list` (`to_do_id`, `wf_step_id_fk`, `to_do_en`, `to_do_ar`, `is_required`) VALUES
(1, 42, 'df', 'مةبكيةب', 0),
(2, 44, 'df', 'مةبكيةب', 0),
(3, 49, 'test', 'فحص', 1),
(4, 50, 'test', 'فحص', 1),
(5, 77, '1', 'بسبسيبسيبسب', 1),
(6, 78, '1', 'ببلقلثل', 1),
(7, 79, 'test', 'فحص', 1),
(8, 80, 'test', 'فحص', 1),
(9, 83, 'test', 'فحص', 1),
(10, 84, 'test', 'فحص', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wf_steps_to_do_list_instance`
--

CREATE TABLE `wf_steps_to_do_list_instance` (
  `to_do_id_instance` int(11) NOT NULL,
  `wf_instance_id_fk` int(11) NOT NULL,
  `to_do_id_fk` int(11) NOT NULL,
  `by_staff_id_fk` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wf_step_actors`
--

CREATE TABLE `wf_step_actors` (
  `wf_step_actor_id` int(11) NOT NULL,
  `wf_step_id_fk` int(11) NOT NULL,
  `actor_order` int(11) DEFAULT 1,
  `actor_type` enum('position','staff','workgroup') COLLATE utf8_unicode_ci NOT NULL,
  `actor_position_id_fk` int(11) DEFAULT NULL,
  `actor_staff_id_fk` int(11) DEFAULT NULL,
  `actor_workgroup_id_fk` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_step_actors`
--

INSERT INTO `wf_step_actors` (`wf_step_actor_id`, `wf_step_id_fk`, `actor_order`, `actor_type`, `actor_position_id_fk`, `actor_staff_id_fk`, `actor_workgroup_id_fk`) VALUES
(1, 1, 1, 'staff', NULL, 1, NULL),
(2, 4, 1, 'staff', NULL, 1, NULL),
(3, 5, 1, 'staff', NULL, 1, NULL),
(4, 6, 1, 'staff', NULL, 1, NULL),
(5, 7, 1, 'position', 5, NULL, NULL),
(6, 11, 1, 'position', 2, NULL, NULL),
(7, 12, 1, 'position', 3, NULL, NULL),
(8, 13, 1, 'position', 5, NULL, NULL),
(9, 14, 1, 'position', 1, NULL, NULL),
(10, 15, 1, 'position', 5, NULL, NULL),
(11, 19, 1, 'staff', NULL, 1, NULL),
(12, 20, 1, 'staff', NULL, 1, NULL),
(13, 21, 1, 'staff', NULL, 1, NULL),
(14, 22, 1, 'staff', NULL, 1, NULL),
(15, 23, 1, 'position', 4, NULL, NULL),
(16, 24, 1, 'position', 2, NULL, NULL),
(17, 25, 1, 'position', 3, NULL, NULL),
(18, 26, 1, 'staff', NULL, 2, NULL),
(19, 27, 1, 'staff', NULL, 3, NULL),
(20, 28, 1, 'position', 1, NULL, NULL),
(21, 29, 1, 'staff', NULL, 1, NULL),
(22, 30, 1, 'position', 5, NULL, NULL),
(23, 31, 1, 'position', 5, NULL, NULL),
(24, 32, 1, 'position', 7, NULL, NULL),
(25, 33, 1, 'position', 7, NULL, NULL),
(26, 34, 1, 'position', 5, NULL, NULL),
(27, 35, 1, 'position', 7, NULL, NULL),
(28, 36, 1, 'position', 7, NULL, NULL),
(29, 37, 1, 'position', 5, NULL, NULL),
(30, 38, 1, 'position', 7, NULL, NULL),
(31, 39, 1, 'position', 5, NULL, NULL),
(32, 40, 1, 'position', 7, NULL, NULL),
(33, 41, 1, 'position', 5, NULL, NULL),
(34, 42, 1, 'position', 2, NULL, NULL),
(35, 43, 1, 'position', 5, NULL, NULL),
(36, 44, 1, 'position', 2, NULL, NULL),
(37, 45, 1, 'staff', NULL, 1, NULL),
(38, 45, 2, 'position', 5, NULL, NULL),
(39, 46, 1, 'position', 5, NULL, NULL),
(40, 47, 1, 'position', 2, NULL, NULL),
(41, 48, 1, 'position', 6, NULL, NULL),
(42, 49, 1, 'position', 5, NULL, NULL),
(43, 50, 1, 'position', 5, NULL, NULL),
(44, 51, 1, 'position', 4, NULL, NULL),
(45, 52, 1, 'position', 2, NULL, NULL),
(46, 53, 1, 'position', 3, NULL, NULL),
(47, 54, 1, 'position', 4, NULL, NULL),
(48, 54, 2, 'staff', NULL, 1, NULL),
(49, 55, 1, 'position', 2, NULL, NULL),
(50, 56, 1, 'position', 3, NULL, NULL),
(51, 57, 1, 'position', 4, NULL, NULL),
(52, 57, 2, 'staff', NULL, 1, NULL),
(53, 58, 1, 'position', 2, NULL, NULL),
(54, 59, 1, 'position', 3, NULL, NULL),
(55, 60, 1, 'position', 5, NULL, NULL),
(56, 60, 2, 'staff', NULL, 1, NULL),
(57, 61, 1, 'staff', NULL, 3, NULL),
(58, 61, 2, 'position', 4, NULL, NULL),
(59, 62, 1, 'staff', NULL, 12, NULL),
(60, 62, 2, 'position', 5, NULL, NULL),
(61, 63, 1, 'position', 5, NULL, NULL),
(62, 63, 2, 'staff', NULL, 12, NULL),
(63, 64, 1, 'position', 5, NULL, NULL),
(64, 64, 2, 'staff', NULL, 12, NULL),
(65, 65, 1, 'staff', NULL, 15, NULL),
(66, 65, 2, 'position', 5, NULL, NULL),
(67, 72, 1, 'staff', NULL, 13, NULL),
(68, 72, 2, 'position', 1, NULL, NULL),
(69, 73, 1, 'position', 5, NULL, NULL),
(70, 74, 1, 'position', 6, NULL, NULL),
(71, 75, 1, 'position', 5, NULL, NULL),
(72, 76, 1, 'position', 6, NULL, NULL),
(73, 77, 1, 'position', 5, NULL, NULL),
(74, 78, 1, 'position', 2, NULL, NULL),
(75, 79, 1, 'position', 5, NULL, NULL),
(76, 80, 1, 'position', 5, NULL, NULL),
(77, 81, 1, 'position', 5, NULL, NULL),
(78, 82, 1, 'position', 5, NULL, NULL),
(79, 83, 1, 'position', 5, NULL, NULL),
(80, 84, 1, 'position', 4, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wf_step_actor_tasks`
--

CREATE TABLE `wf_step_actor_tasks` (
  `wf_step_actor_task_id` int(11) NOT NULL,
  `wf_step_actor_id_fk` int(11) DEFAULT NULL,
  `wf_task_permission_id_fk` int(11) NOT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_step_actor_tasks`
--

INSERT INTO `wf_step_actor_tasks` (`wf_step_actor_task_id`, `wf_step_actor_id_fk`, `wf_task_permission_id_fk`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 2, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(2, 1, 3, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(3, 1, 4, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(4, 1, 5, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(5, 1, 6, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(6, 1, 7, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(7, 1, 8, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(8, 1, 9, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(9, 1, 12, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(10, 1, 13, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(11, 2, 2, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(12, 2, 3, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(13, 2, 4, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(14, 2, 5, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(15, 2, 6, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(16, 2, 7, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(17, 2, 8, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(18, 2, 9, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(19, 2, 12, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(20, 2, 13, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(21, 3, 2, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(22, 3, 3, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(23, 3, 4, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(24, 3, 5, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(25, 3, 6, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(26, 3, 7, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(27, 3, 8, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(28, 3, 9, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(29, 3, 12, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(30, 3, 13, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(31, 4, 2, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(32, 4, 3, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(33, 4, 4, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(34, 4, 5, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(35, 4, 6, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(36, 4, 7, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(37, 4, 8, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(38, 4, 9, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(39, 4, 12, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(40, 4, 13, 2, '2019-04-17 10:03:20', 1, NULL, NULL, '2019-04-17 10:03:20', NULL),
(41, 5, 2, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(42, 5, 3, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(43, 5, 4, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(44, 5, 5, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(45, 5, 6, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(46, 5, 7, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(47, 5, 8, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(48, 5, 9, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(49, 5, 13, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(50, 6, 2, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(51, 6, 3, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(52, 6, 4, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(53, 6, 5, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(54, 6, 6, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(55, 6, 7, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(56, 6, 8, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(57, 6, 9, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(58, 6, 13, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(59, 7, 2, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(60, 7, 3, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(61, 7, 4, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(62, 7, 5, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(63, 7, 6, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(64, 7, 7, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(65, 7, 8, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(66, 7, 9, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(67, 7, 13, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(68, 8, 2, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(69, 8, 3, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(70, 8, 4, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(71, 8, 5, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(72, 8, 6, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(73, 8, 7, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(74, 8, 8, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(75, 8, 9, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(76, 8, 13, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(77, 9, 2, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(78, 9, 3, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(79, 9, 4, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(80, 9, 5, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(81, 9, 6, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(82, 9, 7, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(83, 9, 8, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(84, 9, 9, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(85, 9, 13, 2, '2019-04-18 03:57:05', 1, NULL, NULL, '2019-04-18 03:57:05', NULL),
(86, 10, 2, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(87, 10, 3, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(88, 10, 4, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(89, 10, 5, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(90, 10, 6, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(91, 10, 7, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(92, 10, 8, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(93, 10, 9, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(94, 10, 13, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(95, 11, 2, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(96, 11, 3, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(97, 11, 4, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(98, 11, 5, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(99, 11, 6, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(100, 11, 7, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(101, 11, 8, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(102, 11, 9, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(103, 11, 13, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(104, 12, 2, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(105, 12, 3, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(106, 12, 4, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(107, 12, 5, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(108, 12, 6, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(109, 12, 7, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(110, 12, 8, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(111, 12, 9, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(112, 12, 13, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(113, 13, 2, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(114, 13, 3, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(115, 13, 4, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(116, 13, 5, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(117, 13, 6, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(118, 13, 7, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(119, 13, 8, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(120, 13, 9, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(121, 13, 13, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(122, 14, 2, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(123, 14, 3, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(124, 14, 4, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(125, 14, 5, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(126, 14, 6, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(127, 14, 7, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(128, 14, 8, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(129, 14, 9, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(130, 14, 13, 2, '2019-04-18 07:31:47', 1, NULL, NULL, '2019-04-18 07:31:47', NULL),
(131, 15, 2, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(132, 15, 3, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(133, 15, 4, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(134, 15, 5, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(135, 15, 6, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(136, 15, 7, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(137, 15, 12, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(138, 15, 13, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(139, 16, 2, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(140, 16, 3, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(141, 16, 4, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(142, 16, 5, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(143, 16, 6, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(144, 16, 7, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(145, 16, 12, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(146, 16, 13, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(147, 17, 2, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(148, 17, 3, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(149, 17, 4, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(150, 17, 5, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(151, 17, 6, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(152, 17, 7, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(153, 17, 12, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(154, 17, 13, 2, '2020-01-15 08:23:38', 1, NULL, NULL, '2020-01-15 08:23:38', NULL),
(155, 18, 2, 2, '2020-04-19 15:05:44', 1, NULL, NULL, '2020-04-19 15:05:44', NULL),
(156, 18, 3, 2, '2020-04-19 15:05:44', 1, NULL, NULL, '2020-04-19 15:05:44', NULL),
(157, 18, 5, 2, '2020-04-19 15:05:44', 1, NULL, NULL, '2020-04-19 15:05:44', NULL),
(158, 18, 6, 2, '2020-04-19 15:05:44', 1, NULL, NULL, '2020-04-19 15:05:44', NULL),
(159, 18, 7, 2, '2020-04-19 15:05:44', 1, NULL, NULL, '2020-04-19 15:05:44', NULL),
(160, 18, 12, 2, '2020-04-19 15:05:44', 1, NULL, NULL, '2020-04-19 15:05:44', NULL),
(161, 18, 13, 2, '2020-04-19 15:05:44', 1, NULL, NULL, '2020-04-19 15:05:44', NULL),
(162, 19, 2, 2, '2020-04-19 15:05:59', 1, NULL, NULL, '2020-04-19 15:05:59', NULL),
(163, 19, 3, 2, '2020-04-19 15:05:59', 1, NULL, NULL, '2020-04-19 15:05:59', NULL),
(164, 19, 4, 2, '2020-04-19 15:05:59', 1, NULL, NULL, '2020-04-19 15:05:59', NULL),
(165, 19, 5, 2, '2020-04-19 15:05:59', 1, NULL, NULL, '2020-04-19 15:05:59', NULL),
(166, 19, 6, 2, '2020-04-19 15:05:59', 1, NULL, NULL, '2020-04-19 15:05:59', NULL),
(167, 19, 7, 2, '2020-04-19 15:05:59', 1, NULL, NULL, '2020-04-19 15:05:59', NULL),
(168, 19, 12, 2, '2020-04-19 15:05:59', 1, NULL, NULL, '2020-04-19 15:05:59', NULL),
(169, 19, 13, 2, '2020-04-19 15:05:59', 1, NULL, NULL, '2020-04-19 15:05:59', NULL),
(170, 20, 2, 2, '2020-08-24 07:31:32', 1, NULL, NULL, '2020-08-24 07:31:32', NULL),
(171, 20, 3, 2, '2020-08-24 07:31:33', 1, NULL, NULL, '2020-08-24 07:31:33', NULL),
(172, 20, 4, 2, '2020-08-24 07:31:33', 1, NULL, NULL, '2020-08-24 07:31:33', NULL),
(173, 20, 5, 2, '2020-08-24 07:31:33', 1, NULL, NULL, '2020-08-24 07:31:33', NULL),
(174, 20, 6, 2, '2020-08-24 07:31:33', 1, NULL, NULL, '2020-08-24 07:31:33', NULL),
(175, 20, 7, 2, '2020-08-24 07:31:33', 1, NULL, NULL, '2020-08-24 07:31:33', NULL),
(176, 20, 13, 2, '2020-08-24 07:31:33', 1, NULL, NULL, '2020-08-24 07:31:33', NULL),
(177, 21, 2, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(178, 21, 3, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(179, 21, 4, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(180, 21, 5, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(181, 21, 6, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(182, 21, 7, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(183, 21, 13, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(184, 22, 2, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(185, 22, 3, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(186, 22, 4, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(187, 22, 5, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(188, 22, 6, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(189, 22, 7, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(190, 22, 13, 2, '2020-10-15 08:04:06', 1, NULL, NULL, '2020-10-15 08:04:06', NULL),
(191, 23, 2, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(192, 23, 3, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(193, 23, 5, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(194, 23, 6, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(195, 23, 7, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(196, 23, 13, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(197, 24, 2, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(198, 24, 3, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(199, 24, 4, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(200, 24, 5, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(201, 24, 6, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(202, 24, 7, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(203, 24, 13, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(204, 25, 2, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(205, 25, 3, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(206, 25, 4, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(207, 25, 5, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(208, 25, 6, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(209, 25, 7, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(210, 25, 13, 2, '2020-10-21 12:42:49', 1, NULL, NULL, '2020-10-21 12:42:49', NULL),
(211, 26, 2, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(212, 26, 3, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(213, 26, 5, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(214, 26, 6, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(215, 26, 7, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(216, 26, 13, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(217, 27, 2, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(218, 27, 3, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(219, 27, 4, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(220, 27, 5, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(221, 27, 6, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(222, 27, 7, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(223, 27, 13, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(224, 28, 2, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(225, 28, 3, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(226, 28, 4, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(227, 28, 5, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(228, 28, 6, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(229, 28, 7, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(230, 28, 13, 2, '2020-10-21 12:42:55', 1, NULL, NULL, '2020-10-21 12:42:55', NULL),
(231, 29, 2, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(232, 29, 3, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(233, 29, 5, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(234, 29, 6, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(235, 29, 7, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(236, 29, 13, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(237, 30, 2, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(238, 30, 3, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(239, 30, 4, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(240, 30, 5, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(241, 30, 6, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(242, 30, 7, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(243, 30, 13, 2, '2020-10-22 05:42:05', 1, NULL, NULL, '2020-10-22 05:42:05', NULL),
(244, 31, 2, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(245, 31, 3, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(246, 31, 5, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(247, 31, 6, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(248, 31, 7, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(249, 31, 13, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(250, 32, 2, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(251, 32, 3, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(252, 32, 4, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(253, 32, 5, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(254, 32, 6, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(255, 32, 7, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(256, 32, 13, 2, '2020-10-22 05:42:09', 1, NULL, NULL, '2020-10-22 05:42:09', NULL),
(257, 33, 2, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(258, 33, 3, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(259, 33, 4, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(260, 33, 5, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(261, 33, 6, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(262, 33, 7, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(263, 33, 13, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(264, 34, 2, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(265, 34, 3, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(266, 34, 4, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(267, 34, 5, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(268, 34, 6, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(269, 34, 7, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(270, 34, 13, 2, '2021-05-25 07:21:22', 1, NULL, NULL, '2021-05-25 07:21:22', NULL),
(271, 35, 2, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(272, 35, 3, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(273, 35, 4, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(274, 35, 5, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(275, 35, 6, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(276, 35, 7, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(277, 35, 13, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(278, 36, 2, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(279, 36, 3, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(280, 36, 4, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(281, 36, 5, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(282, 36, 6, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(283, 36, 7, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(284, 36, 13, 2, '2021-05-25 07:22:11', 1, NULL, NULL, '2021-05-25 07:22:11', NULL),
(285, 39, 2, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(286, 39, 3, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(287, 39, 4, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(288, 39, 5, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(289, 39, 6, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(290, 39, 7, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(291, 39, 13, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(292, 40, 2, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(293, 40, 3, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(294, 40, 4, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(295, 40, 5, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(296, 40, 6, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(297, 40, 7, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(298, 40, 13, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(299, 41, 2, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(300, 41, 3, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(301, 41, 4, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(302, 41, 5, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(303, 41, 6, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(304, 41, 7, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(305, 41, 13, 2, '2021-07-15 05:14:53', 1, NULL, NULL, '2021-07-15 05:14:53', NULL),
(306, 42, 2, 2, '2021-11-10 07:05:04', 1, NULL, NULL, '2021-11-10 07:05:04', NULL),
(307, 42, 3, 2, '2021-11-10 07:05:04', 1, NULL, NULL, '2021-11-10 07:05:04', NULL),
(308, 42, 4, 2, '2021-11-10 07:05:04', 1, NULL, NULL, '2021-11-10 07:05:04', NULL),
(309, 42, 5, 2, '2021-11-10 07:05:04', 1, NULL, NULL, '2021-11-10 07:05:04', NULL),
(310, 42, 6, 2, '2021-11-10 07:05:04', 1, NULL, NULL, '2021-11-10 07:05:04', NULL),
(311, 42, 7, 2, '2021-11-10 07:05:04', 1, NULL, NULL, '2021-11-10 07:05:04', NULL),
(312, 42, 13, 2, '2021-11-10 07:05:04', 1, NULL, NULL, '2021-11-10 07:05:04', NULL),
(313, 43, 2, 2, '2021-11-10 07:05:09', 1, NULL, NULL, '2021-11-10 07:05:09', NULL),
(314, 43, 3, 2, '2021-11-10 07:05:09', 1, NULL, NULL, '2021-11-10 07:05:09', NULL),
(315, 43, 4, 2, '2021-11-10 07:05:09', 1, NULL, NULL, '2021-11-10 07:05:09', NULL),
(316, 43, 5, 2, '2021-11-10 07:05:09', 1, NULL, NULL, '2021-11-10 07:05:09', NULL),
(317, 43, 6, 2, '2021-11-10 07:05:09', 1, NULL, NULL, '2021-11-10 07:05:09', NULL),
(318, 43, 7, 2, '2021-11-10 07:05:09', 1, NULL, NULL, '2021-11-10 07:05:09', NULL),
(319, 43, 13, 2, '2021-11-10 07:05:09', 1, NULL, NULL, '2021-11-10 07:05:09', NULL),
(320, 44, 2, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(321, 44, 3, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(322, 44, 4, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(323, 44, 5, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(324, 44, 6, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(325, 44, 7, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(326, 44, 12, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(327, 44, 13, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(328, 45, 2, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(329, 45, 3, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(330, 45, 4, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(331, 45, 5, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(332, 45, 6, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(333, 45, 7, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(334, 45, 12, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(335, 45, 13, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(336, 46, 2, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(337, 46, 3, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(338, 46, 4, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(339, 46, 5, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(340, 46, 6, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(341, 46, 7, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(342, 46, 12, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(343, 46, 13, 2, '2021-11-22 09:13:21', 1, NULL, NULL, '2021-11-22 09:13:21', NULL),
(344, 47, 2, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(345, 47, 3, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(346, 47, 4, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(347, 47, 5, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(348, 47, 6, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(349, 47, 7, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(350, 47, 12, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(351, 47, 13, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(352, 48, 2, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(353, 48, 3, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(354, 48, 4, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(355, 48, 5, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(356, 48, 6, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(357, 48, 7, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(358, 48, 12, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(359, 48, 13, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(360, 49, 2, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(361, 49, 3, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(362, 49, 4, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(363, 49, 5, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(364, 49, 6, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(365, 49, 7, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(366, 49, 12, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(367, 49, 13, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(368, 50, 2, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(369, 50, 3, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(370, 50, 4, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(371, 50, 5, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(372, 50, 6, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(373, 50, 7, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(374, 50, 12, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(375, 50, 13, 2, '2021-11-22 09:19:40', 1, NULL, NULL, '2021-11-22 09:19:40', NULL),
(376, 51, 2, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(377, 51, 3, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(378, 51, 4, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(379, 51, 5, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(380, 51, 6, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(381, 51, 7, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(382, 51, 12, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(383, 51, 13, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(384, 52, 2, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(385, 52, 3, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(386, 52, 4, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(387, 52, 5, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(388, 52, 6, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(389, 52, 7, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(390, 52, 12, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(391, 52, 13, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(392, 53, 2, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(393, 53, 3, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(394, 53, 4, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(395, 53, 5, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(396, 53, 6, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(397, 53, 7, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(398, 53, 12, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(399, 53, 13, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(400, 54, 2, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(401, 54, 3, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(402, 54, 4, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(403, 54, 5, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(404, 54, 6, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(405, 54, 7, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(406, 54, 12, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(407, 54, 13, 2, '2021-11-22 09:20:05', 1, NULL, NULL, '2021-11-22 09:20:05', NULL),
(408, 55, 4, 2, '2022-04-24 05:53:34', 1, NULL, NULL, '2022-04-24 05:53:34', NULL),
(409, 55, 7, 2, '2022-04-24 05:53:34', 1, NULL, NULL, '2022-04-24 05:53:34', NULL),
(410, 56, 5, 2, '2022-04-24 05:53:43', 1, '2022-04-24 05:53:50', NULL, '2022-04-24 05:53:50', NULL),
(411, 56, 5, 2, '2022-04-24 05:53:50', 1, NULL, NULL, '2022-04-24 05:53:50', NULL),
(412, 59, 2, 2, '2022-05-08 06:07:19', 1, NULL, NULL, '2022-05-08 06:07:19', NULL),
(413, 60, 13, 2, '2022-05-08 06:07:19', 1, NULL, NULL, '2022-05-08 06:07:19', NULL),
(414, 61, 6, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(415, 61, 7, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(416, 61, 13, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(417, 62, 2, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(418, 62, 3, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(419, 62, 4, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(420, 62, 5, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(421, 62, 6, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(422, 62, 7, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(423, 62, 13, 2, '2022-05-08 06:20:49', 1, NULL, NULL, '2022-05-08 06:20:49', NULL),
(424, 63, 2, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(425, 63, 3, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(426, 63, 4, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(427, 63, 5, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(428, 63, 6, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(429, 63, 7, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(430, 63, 13, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(431, 64, 2, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(432, 64, 3, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(433, 64, 4, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(434, 64, 5, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(435, 64, 6, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(436, 64, 7, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(437, 64, 13, 2, '2022-05-08 06:27:48', 1, NULL, NULL, '2022-05-08 06:27:48', NULL),
(438, 67, 2, 2, '2022-05-08 09:59:23', 1, NULL, NULL, '2022-05-08 09:59:23', NULL),
(439, 67, 3, 2, '2022-05-08 09:59:23', 1, NULL, NULL, '2022-05-08 09:59:23', NULL),
(440, 67, 4, 2, '2022-05-08 09:59:23', 1, NULL, NULL, '2022-05-08 09:59:23', NULL),
(441, 67, 5, 2, '2022-05-08 09:59:23', 1, NULL, NULL, '2022-05-08 09:59:23', NULL),
(442, 67, 6, 2, '2022-05-08 09:59:23', 1, NULL, NULL, '2022-05-08 09:59:23', NULL),
(443, 67, 7, 2, '2022-05-08 09:59:23', 1, NULL, NULL, '2022-05-08 09:59:23', NULL),
(444, 67, 12, 2, '2022-05-08 09:59:23', 1, NULL, NULL, '2022-05-08 09:59:23', NULL),
(445, 67, 13, 2, '2022-05-08 09:59:23', 1, NULL, NULL, '2022-05-08 09:59:23', NULL),
(446, 69, 2, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(447, 69, 3, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(448, 69, 4, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(449, 69, 5, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(450, 69, 6, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(451, 69, 7, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(452, 69, 13, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(453, 70, 2, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(454, 70, 3, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(455, 70, 4, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(456, 70, 5, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(457, 70, 6, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(458, 70, 7, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(459, 70, 13, 2, '2022-05-25 09:37:10', 1, NULL, NULL, '2022-05-25 09:37:10', NULL),
(460, 71, 2, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(461, 71, 3, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(462, 71, 4, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(463, 71, 5, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(464, 71, 6, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(465, 71, 7, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(466, 71, 13, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(467, 72, 2, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(468, 72, 3, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(469, 72, 4, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(470, 72, 5, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(471, 72, 6, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(472, 72, 7, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(473, 72, 13, 2, '2022-05-25 09:37:14', 1, NULL, NULL, '2022-05-25 09:37:14', NULL),
(474, 74, 2, 2, '2022-06-07 08:24:15', 1, NULL, NULL, '2022-06-07 08:24:15', NULL),
(475, 74, 3, 2, '2022-06-07 08:24:15', 1, NULL, NULL, '2022-06-07 08:24:15', NULL),
(476, 74, 4, 2, '2022-06-07 08:24:15', 1, NULL, NULL, '2022-06-07 08:24:15', NULL),
(477, 74, 5, 2, '2022-06-07 08:24:15', 1, NULL, NULL, '2022-06-07 08:24:15', NULL),
(478, 74, 6, 2, '2022-06-07 08:24:15', 1, NULL, NULL, '2022-06-07 08:24:15', NULL),
(479, 74, 7, 2, '2022-06-07 08:24:15', 1, NULL, NULL, '2022-06-07 08:24:15', NULL),
(480, 74, 12, 2, '2022-06-07 08:24:15', 1, NULL, NULL, '2022-06-07 08:24:15', NULL),
(481, 74, 13, 2, '2022-06-07 08:24:15', 1, NULL, NULL, '2022-06-07 08:24:15', NULL),
(482, 58, 2, 2, '2022-06-08 08:38:09', 1, NULL, NULL, '2022-06-08 08:38:09', NULL),
(483, 58, 3, 2, '2022-06-08 08:38:09', 1, NULL, NULL, '2022-06-08 08:38:09', NULL),
(484, 58, 4, 2, '2022-06-08 08:38:09', 1, NULL, NULL, '2022-06-08 08:38:09', NULL),
(485, 58, 5, 2, '2022-06-08 08:38:09', 1, NULL, NULL, '2022-06-08 08:38:09', NULL),
(486, 58, 6, 2, '2022-06-08 08:38:09', 1, NULL, NULL, '2022-06-08 08:38:09', NULL),
(487, 58, 7, 2, '2022-06-08 08:38:09', 1, NULL, NULL, '2022-06-08 08:38:09', NULL),
(488, 58, 13, 2, '2022-06-08 08:38:09', 1, NULL, NULL, '2022-06-08 08:38:09', NULL),
(489, 57, 2, 2, '2022-06-08 08:38:17', 1, NULL, NULL, '2022-06-08 08:38:17', NULL),
(490, 57, 3, 2, '2022-06-08 08:38:17', 1, NULL, NULL, '2022-06-08 08:38:17', NULL),
(491, 57, 4, 2, '2022-06-08 08:38:17', 1, NULL, NULL, '2022-06-08 08:38:17', NULL),
(492, 57, 5, 2, '2022-06-08 08:38:17', 1, NULL, NULL, '2022-06-08 08:38:17', NULL),
(493, 57, 6, 2, '2022-06-08 08:38:17', 1, NULL, NULL, '2022-06-08 08:38:17', NULL),
(494, 57, 7, 2, '2022-06-08 08:38:17', 1, NULL, NULL, '2022-06-08 08:38:17', NULL),
(495, 57, 13, 2, '2022-06-08 08:38:17', 1, NULL, NULL, '2022-06-08 08:38:17', NULL),
(496, 75, 3, 2, '2022-06-14 05:11:16', 1, NULL, NULL, '2022-06-14 05:11:16', NULL),
(497, 75, 4, 2, '2022-06-14 05:11:16', 1, NULL, NULL, '2022-06-14 05:11:16', NULL),
(498, 76, 3, 2, '2022-06-14 05:11:22', 1, NULL, NULL, '2022-06-14 05:11:22', NULL),
(499, 76, 4, 2, '2022-06-14 05:11:22', 1, NULL, NULL, '2022-06-14 05:11:22', NULL),
(500, 77, 2, 2, '2022-06-29 11:27:06', 1, NULL, NULL, '2022-06-29 11:27:06', NULL),
(501, 77, 3, 2, '2022-06-29 11:27:06', 1, NULL, NULL, '2022-06-29 11:27:06', NULL),
(502, 77, 4, 2, '2022-06-29 11:27:06', 1, NULL, NULL, '2022-06-29 11:27:06', NULL),
(503, 77, 5, 2, '2022-06-29 11:27:06', 1, NULL, NULL, '2022-06-29 11:27:06', NULL),
(504, 77, 6, 2, '2022-06-29 11:27:06', 1, NULL, NULL, '2022-06-29 11:27:06', NULL),
(505, 77, 7, 2, '2022-06-29 11:27:06', 1, NULL, NULL, '2022-06-29 11:27:06', NULL),
(506, 77, 13, 2, '2022-06-29 11:27:06', 1, NULL, NULL, '2022-06-29 11:27:06', NULL),
(507, 78, 2, 2, '2022-06-29 11:27:10', 1, NULL, NULL, '2022-06-29 11:27:10', NULL),
(508, 78, 3, 2, '2022-06-29 11:27:10', 1, NULL, NULL, '2022-06-29 11:27:10', NULL),
(509, 78, 4, 2, '2022-06-29 11:27:10', 1, NULL, NULL, '2022-06-29 11:27:10', NULL),
(510, 78, 5, 2, '2022-06-29 11:27:10', 1, NULL, NULL, '2022-06-29 11:27:10', NULL),
(511, 78, 6, 2, '2022-06-29 11:27:10', 1, NULL, NULL, '2022-06-29 11:27:10', NULL),
(512, 78, 7, 2, '2022-06-29 11:27:10', 1, NULL, NULL, '2022-06-29 11:27:10', NULL),
(513, 78, 13, 2, '2022-06-29 11:27:10', 1, NULL, NULL, '2022-06-29 11:27:10', NULL),
(514, 79, 2, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(515, 79, 3, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(516, 79, 4, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(517, 79, 5, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(518, 79, 6, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(519, 79, 7, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(520, 79, 13, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(521, 80, 2, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(522, 80, 3, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(523, 80, 4, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(524, 80, 5, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(525, 80, 6, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(526, 80, 7, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL),
(527, 80, 13, 2, '2022-06-30 09:56:47', 1, NULL, NULL, '2022-06-30 09:56:47', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wf_step_cond`
--

CREATE TABLE `wf_step_cond` (
  `wf_step_cond_id` int(11) NOT NULL,
  `wf_step_id_fk` int(11) DEFAULT NULL,
  `move_to` text DEFAULT NULL,
  `operator` text DEFAULT NULL,
  `rule_field` text DEFAULT NULL,
  `rule_operator` text DEFAULT NULL,
  `rule_value_type` text DEFAULT NULL,
  `rule_value_from` text DEFAULT NULL,
  `rule_value_to` text DEFAULT NULL,
  `rule_value` text DEFAULT NULL,
  `rule_value_field` text DEFAULT NULL,
  `rule_value_field_vals` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wf_step_cond`
--

INSERT INTO `wf_step_cond` (`wf_step_cond_id`, `wf_step_id_fk`, `move_to`, `operator`, `rule_field`, `rule_operator`, `rule_value_type`, `rule_value_from`, `rule_value_to`, `rule_value`, `rule_value_field`, `rule_value_field_vals`) VALUES
(1, 2, '[\"2\"]', NULL, 'newcounter_phone', '>', 'static', NULL, NULL, '1', NULL, 'null'),
(2, 2, '[\"3\"]', NULL, 'newcounter_phone', '<=', 'static', NULL, NULL, '1', NULL, 'null'),
(3, 3, '[\"2\"]', NULL, 'newcounter_phone', '>', 'static', NULL, NULL, '1', NULL, 'null'),
(4, 3, '[\"3\"]', NULL, 'newcounter_phone', '<=', 'static', NULL, NULL, '1', NULL, 'null'),
(5, 8, '[\"2\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '0', NULL, 'null'),
(6, 8, '[\"3\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '1', NULL, 'null'),
(7, 8, '[\"4\"]', NULL, 'complaintf_sum', '>=', 'form_field', NULL, NULL, '2', '7', 'null'),
(8, 9, '[\"2\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '0', NULL, 'null'),
(9, 9, '[\"3\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '1', NULL, 'null'),
(10, 9, '[\"4\"]', NULL, 'complaintf_sum', '>=', 'form_field', NULL, NULL, '2', '7', 'null'),
(11, 10, '[\"2\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '0', NULL, 'null'),
(12, 10, '[\"3\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '1', NULL, 'null'),
(13, 10, '[\"4\"]', NULL, 'complaintf_sum', '>=', 'form_field', NULL, NULL, '2', '7', 'null'),
(14, 16, '[\"2\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '0', NULL, 'null'),
(15, 16, '[\"3\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '1', NULL, 'null'),
(16, 17, '[\"2\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '0', NULL, 'null'),
(17, 17, '[\"3\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '1', NULL, 'null'),
(18, 18, '[\"2\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '0', NULL, 'null'),
(19, 18, '[\"3\"]', NULL, 'complaintf_to', '==', 'static', NULL, NULL, '1', NULL, 'null');

-- --------------------------------------------------------

--
-- Table structure for table `wf_step_task_instance`
--

CREATE TABLE `wf_step_task_instance` (
  `wf_instance_id` int(11) NOT NULL,
  `wf_step_id_fk` int(11) DEFAULT NULL,
  `actor_order` int(11) DEFAULT 1,
  `wf_task_permission_id` int(11) DEFAULT NULL,
  `transaction_id_fk` int(11) NOT NULL,
  `step_order` int(11) DEFAULT NULL,
  `step_type` enum('start','start_end','intermediate','end') COLLATE utf8_unicode_ci DEFAULT NULL,
  `from_step_department_id_fk` int(11) DEFAULT NULL,
  `to_step_department_id_fk` int(11) DEFAULT NULL,
  `by_staff_id_fk` int(11) DEFAULT NULL,
  `is_late` int(11) DEFAULT NULL,
  `execution_time` double NOT NULL,
  `time_limit` int(11) DEFAULT NULL,
  `time_limit_unit_cd` int(11) NOT NULL,
  `start_date` timestamp NULL DEFAULT NULL,
  `end_date` timestamp NULL DEFAULT NULL,
  `due_date` timestamp NULL DEFAULT NULL,
  `consultant_staff_id_fk` int(11) DEFAULT NULL,
  `consultation` varchar(2000) COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_finished` int(11) DEFAULT NULL,
  `is_sent_notification` int(11) DEFAULT NULL,
  `form_id_fk` int(11) DEFAULT NULL,
  `block_id_fk` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_step_task_instance`
--

INSERT INTO `wf_step_task_instance` (`wf_instance_id`, `wf_step_id_fk`, `actor_order`, `wf_task_permission_id`, `transaction_id_fk`, `step_order`, `step_type`, `from_step_department_id_fk`, `to_step_department_id_fk`, `by_staff_id_fk`, `is_late`, `execution_time`, `time_limit`, `time_limit_unit_cd`, `start_date`, `end_date`, `due_date`, `consultant_staff_id_fk`, `consultation`, `is_finished`, `is_sent_notification`, `form_id_fk`, `block_id_fk`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`, `created_at`, `created_by`) VALUES
(1, 1, 1, 3, 1, 1, 'start', 1, -2, 1, 0, 0, 1, 33, '2019-04-17 10:29:58', '2019-04-17 10:30:04', '2019-04-17 11:05:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-17 10:30:04', NULL, '2019-04-17 10:05:01', NULL),
(2, 2, 1, 3, 1, 2, 'intermediate', -2, 2, NULL, 0, 0, 1, 33, NULL, '2019-04-17 10:30:05', '2019-04-17 12:05:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-17 10:30:05', NULL, '2019-04-17 10:05:01', NULL),
(3, 3, 1, 3, 1, 2, 'intermediate', -2, 3, NULL, 0, 0, 1, 33, NULL, '2019-04-17 10:30:05', '2019-04-17 13:05:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-17 10:30:05', NULL, '2019-04-17 10:05:01', NULL),
(4, 4, 1, -2, 1, 3, 'intermediate', 2, 4, NULL, 0, 0, 1, 33, NULL, '2019-04-17 10:30:04', '2019-04-17 14:05:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-17 10:30:04', NULL, '2019-04-17 10:05:01', NULL),
(5, 5, 1, 3, 1, 3, 'intermediate', 3, 4, 1, 0, 0, 1, 33, '2019-04-17 10:41:39', '2019-04-17 10:41:44', '2019-04-17 15:05:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-17 10:41:44', NULL, '2019-04-17 10:05:01', NULL),
(6, 6, 1, 3, 1, 4, 'end', 4, -1, 1, 0, 0, 1, 33, '2019-04-17 10:41:45', '2019-04-17 10:41:57', '2019-04-17 16:05:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-17 10:41:57', NULL, '2019-04-17 10:05:01', NULL),
(7, 7, 1, NULL, 2, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2019-04-18 04:39:12', NULL, '2019-04-18 11:26:32', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2019-04-18 04:39:12', NULL, '2019-04-18 04:26:32', NULL),
(8, 8, 1, NULL, 2, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, NULL, '2019-04-18 11:26:32', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 04:26:32', NULL, '2019-04-18 04:26:32', NULL),
(9, 9, 1, NULL, 2, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, NULL, '2019-04-18 11:26:32', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 04:26:32', NULL, '2019-04-18 04:26:32', NULL),
(10, 10, 1, NULL, 2, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, NULL, '2019-04-18 11:26:32', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 04:26:32', NULL, '2019-04-18 04:26:32', NULL),
(11, 11, 1, NULL, 2, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-18 18:26:32', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 04:26:32', NULL, '2019-04-18 04:26:32', NULL),
(12, 12, 1, NULL, 2, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 01:26:32', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 04:26:32', NULL, '2019-04-18 04:26:32', NULL),
(13, 13, 1, NULL, 2, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 08:26:32', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 04:26:32', NULL, '2019-04-18 04:26:32', NULL),
(14, 14, 1, NULL, 2, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 15:26:32', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 04:26:32', NULL, '2019-04-18 04:26:32', NULL),
(15, 7, 1, NULL, 3, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2019-04-18 08:15:54', NULL, '2019-04-18 14:06:24', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2019-04-18 08:15:54', NULL, '2019-04-18 07:06:24', NULL),
(16, 8, 1, NULL, 3, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, NULL, '2019-04-18 14:06:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:06:24', NULL, '2019-04-18 07:06:24', NULL),
(17, 9, 1, NULL, 3, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, NULL, '2019-04-18 14:06:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:06:24', NULL, '2019-04-18 07:06:24', NULL),
(18, 10, 1, NULL, 3, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, NULL, '2019-04-18 14:06:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:06:24', NULL, '2019-04-18 07:06:24', NULL),
(19, 11, 1, NULL, 3, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-18 21:06:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:06:24', NULL, '2019-04-18 07:06:24', NULL),
(20, 12, 1, NULL, 3, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 04:06:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:06:24', NULL, '2019-04-18 07:06:24', NULL),
(21, 13, 1, NULL, 3, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 11:06:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:06:24', NULL, '2019-04-18 07:06:24', NULL),
(22, 14, 1, NULL, 3, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 18:06:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:06:24', NULL, '2019-04-18 07:06:24', NULL),
(23, 7, 1, 3, 4, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2019-04-18 07:12:08', '2019-04-18 07:12:17', '2019-04-18 14:08:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:12:17', NULL, '2019-04-18 07:08:01', NULL),
(24, 8, 1, 3, 4, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:12:18', '2019-04-18 14:08:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:12:18', NULL, '2019-04-18 07:08:01', NULL),
(25, 9, 1, 3, 4, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:12:19', '2019-04-18 14:08:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:12:19', NULL, '2019-04-18 07:08:01', NULL),
(26, 10, 1, 3, 4, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:12:20', '2019-04-18 14:08:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:12:20', NULL, '2019-04-18 07:08:01', NULL),
(27, 11, 1, NULL, 4, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-18 21:08:01', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:12:19', NULL, '2019-04-18 07:08:01', NULL),
(28, 12, 1, -2, 4, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, '2019-04-18 07:12:18', '2019-04-19 04:08:01', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:12:18', NULL, '2019-04-18 07:08:01', NULL),
(29, 13, 1, NULL, 4, 3, 'intermediate', 4, 1, 1, 0, 0, 1, 34, '2019-04-18 07:22:17', NULL, '2019-04-19 11:08:01', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:22:17', NULL, '2019-04-18 07:08:01', NULL),
(30, 14, 1, NULL, 4, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 18:08:01', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:08:01', NULL, '2019-04-18 07:08:01', NULL),
(31, 15, 1, 3, 5, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2019-04-18 07:36:02', '2019-04-18 07:36:24', '2019-04-18 14:33:30', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:36:24', NULL, '2019-04-18 07:33:30', NULL),
(32, 16, 1, 3, 5, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:36:24', '2019-04-18 14:33:30', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:36:24', NULL, '2019-04-18 07:33:30', NULL),
(33, 17, 1, 3, 5, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:36:24', '2019-04-18 14:33:30', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:36:24', NULL, '2019-04-18 07:33:30', NULL),
(34, 18, 1, 3, 5, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:36:24', '2019-04-18 14:33:30', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:36:24', NULL, '2019-04-18 07:33:30', NULL),
(35, 19, 1, -2, 5, 3, 'intermediate', 2, 1, 1, 0, 0, 1, 34, '2019-04-18 07:34:32', '2019-04-18 07:36:24', '2019-04-18 21:33:30', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:36:24', NULL, '2019-04-18 07:33:30', NULL),
(36, 20, 1, -2, 5, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, '2019-04-18 07:34:30', '2019-04-19 04:33:30', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:34:30', NULL, '2019-04-18 07:33:30', NULL),
(37, 21, 1, NULL, 5, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 11:33:30', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:33:30', NULL, '2019-04-18 07:33:30', NULL),
(38, 22, 1, NULL, 5, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 18:33:30', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:33:30', NULL, '2019-04-18 07:33:30', NULL),
(39, 15, 1, 3, 6, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2019-04-18 07:39:33', '2019-04-18 07:39:47', '2019-04-18 14:39:25', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:39:47', NULL, '2019-04-18 07:39:25', NULL),
(40, 16, 1, 3, 6, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:39:47', '2019-04-18 14:39:25', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:39:47', NULL, '2019-04-18 07:39:25', NULL),
(41, 17, 1, 3, 6, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:39:47', '2019-04-18 14:39:25', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:39:47', NULL, '2019-04-18 07:39:25', NULL),
(42, 18, 1, 3, 6, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:39:47', '2019-04-18 14:39:25', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:39:47', NULL, '2019-04-18 07:39:25', NULL),
(43, 19, 1, -2, 6, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, '2019-04-18 07:39:47', '2019-04-18 21:39:25', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:39:47', NULL, '2019-04-18 07:39:25', NULL),
(44, 20, 1, -2, 6, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, '2019-04-18 07:39:47', '2019-04-19 04:39:25', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:39:47', NULL, '2019-04-18 07:39:25', NULL),
(45, 21, 1, NULL, 6, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 11:39:25', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:39:25', NULL, '2019-04-18 07:39:25', NULL),
(46, 22, 1, NULL, 6, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 18:39:25', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:39:25', NULL, '2019-04-18 07:39:25', NULL),
(47, 15, 1, 3, 7, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2019-04-18 07:45:49', '2019-04-18 07:46:00', '2019-04-18 14:43:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:46:00', NULL, '2019-04-18 07:43:40', NULL),
(48, 16, 1, 3, 7, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:46:00', '2019-04-18 14:43:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:46:00', NULL, '2019-04-18 07:43:40', NULL),
(49, 17, 1, 3, 7, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:46:00', '2019-04-18 14:43:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:46:00', NULL, '2019-04-18 07:43:40', NULL),
(50, 18, 1, 3, 7, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2019-04-18 07:46:00', '2019-04-18 14:43:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:46:00', NULL, '2019-04-18 07:43:40', NULL),
(51, 19, 1, -2, 7, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, '2019-04-18 07:44:38', '2019-04-18 21:43:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:44:38', NULL, '2019-04-18 07:43:40', NULL),
(52, 20, 1, -2, 7, 3, 'intermediate', 3, 1, 1, 0, 0, 1, 34, '2019-04-18 07:44:40', '2019-04-18 07:46:00', '2019-04-19 04:43:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 07:46:00', NULL, '2019-04-18 07:43:40', NULL),
(53, 21, 1, NULL, 7, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 11:43:40', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:43:40', NULL, '2019-04-18 07:43:40', NULL),
(54, 22, 1, NULL, 7, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 18:43:40', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:43:40', NULL, '2019-04-18 07:43:40', NULL),
(55, 15, 1, 3, 8, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2019-04-18 07:59:47', '2019-04-18 08:00:04', '2019-04-18 14:47:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 08:00:04', NULL, '2019-04-18 07:47:40', NULL),
(56, 16, 1, 3, 8, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2019-04-18 08:00:04', '2019-04-18 14:47:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 08:00:04', NULL, '2019-04-18 07:47:40', NULL),
(57, 17, 1, 3, 8, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2019-04-18 08:00:05', '2019-04-18 14:47:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 08:00:05', NULL, '2019-04-18 07:47:40', NULL),
(58, 18, 1, 3, 8, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2019-04-18 08:00:05', '2019-04-18 14:47:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 08:00:05', NULL, '2019-04-18 07:47:40', NULL),
(59, 19, 1, 3, 8, 3, 'intermediate', 2, 1, 1, 0, 0, 1, 34, '2019-04-18 08:00:06', '2019-04-18 08:00:22', '2019-04-18 21:47:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 08:00:22', NULL, '2019-04-18 07:47:40', NULL),
(60, 20, 1, -2, 8, 3, 'intermediate', 3, 1, 1, 0, 0, 1, 34, '2019-04-18 07:49:59', '2019-04-18 08:00:04', '2019-04-19 04:47:40', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-04-18 08:00:04', NULL, '2019-04-18 07:47:40', NULL),
(61, 21, 1, NULL, 8, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 11:47:40', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:47:40', NULL, '2019-04-18 07:47:40', NULL),
(62, 22, 1, NULL, 8, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 18:47:40', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 07:47:40', NULL, '2019-04-18 07:47:40', NULL),
(63, 1, 1, NULL, 9, 1, 'start', 1, -2, 1, 0, 0, 1, 33, '2022-04-25 06:02:28', NULL, '2019-04-18 09:19:09', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-04-25 06:02:28', NULL, '2019-04-18 08:19:09', NULL),
(64, 2, 1, NULL, 9, 2, 'intermediate', -2, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2019-04-18 10:19:09', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 08:19:09', NULL, '2019-04-18 08:19:09', NULL),
(65, 3, 1, NULL, 9, 2, 'intermediate', -2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2019-04-18 11:19:09', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 08:19:09', NULL, '2019-04-18 08:19:09', NULL),
(66, 4, 1, NULL, 9, 3, 'intermediate', 2, 4, NULL, 0, 0, 1, 33, NULL, NULL, '2019-04-18 12:19:09', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 08:19:09', NULL, '2019-04-18 08:19:09', NULL),
(67, 5, 1, NULL, 9, 3, 'intermediate', 3, 4, NULL, 0, 0, 1, 33, NULL, NULL, '2019-04-18 13:19:09', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 08:19:09', NULL, '2019-04-18 08:19:09', NULL),
(68, 6, 1, NULL, 9, 4, 'end', 4, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2019-04-18 14:19:09', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 08:19:09', NULL, '2019-04-18 08:19:09', NULL),
(69, 15, 1, NULL, 10, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2019-05-15 09:23:58', NULL, '2019-04-18 16:43:49', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2019-05-15 09:23:58', NULL, '2019-04-18 09:43:49', NULL),
(70, 16, 1, NULL, 10, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, NULL, '2019-04-18 16:43:49', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 09:43:49', NULL, '2019-04-18 09:43:49', NULL),
(71, 17, 1, NULL, 10, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, NULL, '2019-04-18 16:43:49', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 09:43:49', NULL, '2019-04-18 09:43:49', NULL),
(72, 18, 1, NULL, 10, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, NULL, '2019-04-18 16:43:49', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 09:43:49', NULL, '2019-04-18 09:43:49', NULL),
(73, 19, 1, NULL, 10, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-18 23:43:49', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 09:43:49', NULL, '2019-04-18 09:43:49', NULL),
(74, 20, 1, NULL, 10, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 06:43:49', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 09:43:49', NULL, '2019-04-18 09:43:49', NULL),
(75, 21, 1, NULL, 10, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 13:43:49', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 09:43:49', NULL, '2019-04-18 09:43:49', NULL),
(76, 22, 1, NULL, 10, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-04-19 20:43:49', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-04-18 09:43:49', NULL, '2019-04-18 09:43:49', NULL),
(77, 1, 1, NULL, 11, 1, 'start', 1, -2, 1, 0, 0, 1, 33, '2021-10-10 11:51:32', NULL, '2019-05-16 07:51:58', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-10-10 11:51:32', NULL, '2019-05-16 06:51:58', NULL),
(78, 2, 1, NULL, 11, 2, 'intermediate', -2, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2019-05-16 08:51:58', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-05-16 06:51:58', NULL, '2019-05-16 06:51:58', NULL),
(79, 3, 1, NULL, 11, 2, 'intermediate', -2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2019-05-16 09:51:58', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-05-16 06:51:58', NULL, '2019-05-16 06:51:58', NULL),
(80, 4, 1, NULL, 11, 3, 'intermediate', 2, 4, NULL, 0, 0, 1, 33, NULL, NULL, '2019-05-16 10:51:58', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-05-16 06:51:58', NULL, '2019-05-16 06:51:58', NULL),
(81, 5, 1, NULL, 11, 3, 'intermediate', 3, 4, NULL, 0, 0, 1, 33, NULL, NULL, '2019-05-16 11:51:58', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-05-16 06:51:58', NULL, '2019-05-16 06:51:58', NULL),
(82, 6, 1, NULL, 11, 4, 'end', 4, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2019-05-16 12:51:58', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-05-16 06:51:58', NULL, '2019-05-16 06:51:58', NULL),
(83, 15, 1, 3, 12, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2019-11-04 08:51:11', '2019-11-04 08:51:23', '2019-10-30 13:31:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 08:51:23', NULL, '2019-10-30 06:31:51', NULL),
(84, 16, 1, 3, 12, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2019-11-04 08:51:23', '2019-10-30 13:31:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 08:51:23', NULL, '2019-10-30 06:31:51', NULL),
(85, 17, 1, 3, 12, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2019-11-04 08:51:23', '2019-10-30 13:31:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 08:51:23', NULL, '2019-10-30 06:31:51', NULL),
(86, 18, 1, 3, 12, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2019-11-04 08:51:23', '2019-10-30 13:31:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 08:51:23', NULL, '2019-10-30 06:31:51', NULL),
(87, 19, 1, -2, 12, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, '2019-11-04 08:51:23', '2019-10-30 20:31:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 08:51:23', NULL, '2019-10-30 06:31:51', NULL),
(88, 20, 1, -2, 12, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, '2019-11-04 08:51:23', '2019-10-31 03:31:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 08:51:23', NULL, '2019-10-30 06:31:51', NULL),
(89, 21, 1, NULL, 12, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-10-31 10:31:51', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 06:31:51', NULL, '2019-10-30 06:31:51', NULL),
(90, 22, 1, NULL, 12, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-10-31 17:31:51', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 06:31:51', NULL, '2019-10-30 06:31:51', NULL),
(91, 15, 1, NULL, 13, 1, 'start', 1, -2, NULL, 0, 0, 1, 34, NULL, NULL, '2019-10-30 13:54:15', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2019-10-30 06:54:15', NULL, '2019-10-30 06:54:15', NULL),
(92, 16, 1, NULL, 13, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, NULL, '2019-10-30 13:54:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 06:54:15', NULL, '2019-10-30 06:54:15', NULL),
(93, 17, 1, NULL, 13, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, NULL, '2019-10-30 13:54:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 06:54:15', NULL, '2019-10-30 06:54:15', NULL),
(94, 18, 1, NULL, 13, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, NULL, '2019-10-30 13:54:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 06:54:15', NULL, '2019-10-30 06:54:15', NULL),
(95, 19, 1, NULL, 13, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-10-30 20:54:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 06:54:15', NULL, '2019-10-30 06:54:15', NULL),
(96, 20, 1, NULL, 13, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-10-31 03:54:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 06:54:15', NULL, '2019-10-30 06:54:15', NULL),
(97, 21, 1, NULL, 13, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-10-31 10:54:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 06:54:15', NULL, '2019-10-30 06:54:15', NULL),
(98, 22, 1, NULL, 13, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-10-31 17:54:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 06:54:15', NULL, '2019-10-30 06:54:15', NULL),
(99, 1, 1, 3, 14, 1, 'start', 1, -2, 1, 0, 0, 1, 33, '2019-11-04 04:49:12', '2019-11-04 04:49:33', '2019-10-30 08:45:14', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 04:49:33', NULL, '2019-10-30 07:45:14', NULL),
(100, 2, 1, 3, 14, 2, 'intermediate', -2, 2, NULL, 0, 0, 1, 33, NULL, '2019-11-04 04:49:34', '2019-10-30 09:45:14', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 04:49:34', NULL, '2019-10-30 07:45:14', NULL),
(101, 3, 1, 3, 14, 2, 'intermediate', -2, 3, NULL, 0, 0, 1, 33, NULL, '2019-11-04 04:49:34', '2019-10-30 10:45:14', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 04:49:34', NULL, '2019-10-30 07:45:14', NULL),
(102, 4, 1, -2, 14, 3, 'intermediate', 2, 4, NULL, 0, 0, 1, 33, NULL, '2019-11-04 04:49:34', '2019-10-30 11:45:14', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2019-11-04 04:49:34', NULL, '2019-10-30 07:45:14', NULL),
(103, 5, 1, NULL, 14, 3, 'intermediate', 3, 4, 1, 0, 0, 1, 33, '2019-12-10 07:46:31', NULL, '2019-10-30 12:45:14', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2019-12-10 07:46:31', NULL, '2019-10-30 07:45:14', NULL),
(104, 6, 1, NULL, 14, 4, 'end', 4, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2019-10-30 13:45:14', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-10-30 07:45:14', NULL, '2019-10-30 07:45:14', NULL),
(105, 15, 1, 3, 15, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2020-01-15 06:53:46', '2020-01-15 06:55:30', '2019-11-04 14:35:22', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 06:55:30', NULL, '2019-11-04 07:35:22', NULL),
(106, 16, 1, 3, 15, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2020-01-15 06:55:31', '2019-11-04 14:35:22', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 06:55:31', NULL, '2019-11-04 07:35:22', NULL),
(107, 17, 1, 3, 15, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2020-01-15 06:55:31', '2019-11-04 14:35:22', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 06:55:31', NULL, '2019-11-04 07:35:22', NULL),
(108, 18, 1, 3, 15, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2020-01-15 06:55:32', '2019-11-04 14:35:22', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 06:55:32', NULL, '2019-11-04 07:35:22', NULL),
(109, 19, 1, NULL, 15, 3, 'intermediate', 2, 1, 1, 0, 0, 1, 34, '2020-01-15 14:00:41', NULL, '2019-11-04 21:35:22', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-15 14:00:41', NULL, '2019-11-04 07:35:22', NULL),
(110, 20, 1, -2, 15, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, '2020-01-15 06:55:31', '2019-11-05 04:35:22', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 06:55:31', NULL, '2019-11-04 07:35:22', NULL),
(111, 21, 1, NULL, 15, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-11-05 11:35:22', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-11-04 07:35:22', NULL, '2019-11-04 07:35:22', NULL),
(112, 22, 1, NULL, 15, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-11-05 18:35:22', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-11-04 07:35:22', NULL, '2019-11-04 07:35:22', NULL),
(113, 1, 1, NULL, 16, 1, 'start', 1, -2, 1, 0, 0, 1, 33, '2019-11-05 11:42:18', NULL, '2019-11-04 09:25:24', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2019-11-05 11:42:18', NULL, '2019-11-04 08:25:24', NULL),
(114, 2, 1, NULL, 16, 2, 'intermediate', -2, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2019-11-04 10:25:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-11-04 08:25:24', NULL, '2019-11-04 08:25:24', NULL),
(115, 3, 1, NULL, 16, 2, 'intermediate', -2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2019-11-04 11:25:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-11-04 08:25:24', NULL, '2019-11-04 08:25:24', NULL),
(116, 4, 1, NULL, 16, 3, 'intermediate', 2, 4, NULL, 0, 0, 1, 33, NULL, NULL, '2019-11-04 12:25:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-11-04 08:25:24', NULL, '2019-11-04 08:25:24', NULL),
(117, 5, 1, NULL, 16, 3, 'intermediate', 3, 4, NULL, 0, 0, 1, 33, NULL, NULL, '2019-11-04 13:25:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-11-04 08:25:24', NULL, '2019-11-04 08:25:24', NULL),
(118, 6, 1, NULL, 16, 4, 'end', 4, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2019-11-04 14:25:24', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-11-04 08:25:24', NULL, '2019-11-04 08:25:24', NULL),
(119, 15, 1, 3, 17, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2020-01-14 09:09:14', '2020-01-14 09:09:52', '2019-12-10 14:31:19', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-14 09:09:52', NULL, '2019-12-10 07:31:19', NULL),
(120, 16, 1, 3, 17, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2020-01-14 09:09:52', '2019-12-10 14:31:19', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-14 09:09:52', NULL, '2019-12-10 07:31:19', NULL),
(121, 17, 1, 3, 17, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2020-01-14 09:09:53', '2019-12-10 14:31:19', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-14 09:09:53', NULL, '2019-12-10 07:31:19', NULL),
(122, 18, 1, 3, 17, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2020-01-14 09:09:53', '2019-12-10 14:31:19', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-14 09:09:53', NULL, '2019-12-10 07:31:19', NULL),
(123, 19, 1, -2, 17, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, '2020-01-14 09:09:52', '2019-12-10 21:31:19', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-14 09:09:52', NULL, '2019-12-10 07:31:19', NULL),
(124, 20, 1, 3, 17, 3, 'intermediate', 3, 1, 1, 0, 0, 1, 34, '2020-01-14 09:09:54', '2020-01-14 09:10:06', '2019-12-11 04:31:19', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-14 09:10:06', NULL, '2019-12-10 07:31:19', NULL),
(125, 21, 1, NULL, 17, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-12-11 11:31:19', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-12-10 07:31:19', NULL, '2019-12-10 07:31:19', NULL),
(126, 22, 1, NULL, 17, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2019-12-11 18:31:19', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2019-12-10 07:31:19', NULL, '2019-12-10 07:31:19', NULL),
(127, 15, 1, NULL, 18, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2020-01-15 10:41:32', NULL, '2020-01-15 13:37:04', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-15 10:41:32', NULL, '2020-01-15 06:37:04', NULL),
(128, 16, 1, NULL, 18, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, NULL, '2020-01-15 13:37:04', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 06:37:04', NULL, '2020-01-15 06:37:04', NULL),
(129, 17, 1, NULL, 18, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, NULL, '2020-01-15 13:37:04', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 06:37:04', NULL, '2020-01-15 06:37:04', NULL),
(130, 18, 1, NULL, 18, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, NULL, '2020-01-15 13:37:04', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 06:37:04', NULL, '2020-01-15 06:37:04', NULL),
(131, 19, 1, NULL, 18, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2020-01-15 20:37:04', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 06:37:04', NULL, '2020-01-15 06:37:04', NULL),
(132, 20, 1, NULL, 18, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2020-01-16 03:37:04', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 06:37:04', NULL, '2020-01-15 06:37:04', NULL),
(133, 21, 1, NULL, 18, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2020-01-16 10:37:04', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 06:37:04', NULL, '2020-01-15 06:37:04', NULL),
(134, 22, 1, NULL, 18, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2020-01-16 17:37:04', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 06:37:04', NULL, '2020-01-15 06:37:04', NULL),
(135, 1, 1, 3, 19, 1, 'start', 1, -2, 1, 0, 0, 1, 33, '2020-01-15 07:45:33', '2020-01-15 07:45:43', '2020-01-15 07:42:33', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 07:45:43', NULL, '2020-01-15 06:42:33', NULL),
(136, 2, 1, 3, 19, 2, 'intermediate', -2, 2, NULL, 0, 0, 1, 33, NULL, '2020-01-15 07:45:43', '2020-01-15 08:42:33', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 07:45:43', NULL, '2020-01-15 06:42:33', NULL),
(137, 3, 1, 3, 19, 2, 'intermediate', -2, 3, NULL, 0, 0, 1, 33, NULL, '2020-01-15 07:45:44', '2020-01-15 09:42:33', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 07:45:44', NULL, '2020-01-15 06:42:33', NULL),
(138, 4, 1, -2, 19, 3, 'intermediate', 2, 4, NULL, 0, 0, 1, 33, NULL, '2020-01-15 07:45:43', '2020-01-15 10:42:33', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 07:45:43', NULL, '2020-01-15 06:42:33', NULL),
(139, 5, 1, 3, 19, 3, 'intermediate', 3, 4, 1, 0, 0, 1, 33, '2020-01-15 08:05:11', '2020-01-15 08:05:45', '2020-01-15 11:42:33', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:05:45', NULL, '2020-01-15 06:42:33', NULL),
(140, 6, 1, 3, 19, 4, 'end', 4, -1, 1, 0, 0, 1, 33, '2020-01-15 08:06:06', '2020-01-15 08:06:24', '2020-01-15 12:42:33', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:06:24', NULL, '2020-01-15 06:42:33', NULL),
(141, 1, 1, 3, 20, 1, 'start', 1, -2, 1, 0, 0, 1, 33, '2020-01-15 08:05:09', '2020-01-15 08:11:42', '2020-01-15 08:14:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:11:42', NULL, '2020-01-15 07:14:51', NULL),
(142, 2, 1, 3, 20, 2, 'intermediate', -2, 2, NULL, 0, 0, 1, 33, NULL, '2020-01-15 08:11:42', '2020-01-15 09:14:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:11:42', NULL, '2020-01-15 07:14:51', NULL),
(143, 3, 1, 3, 20, 2, 'intermediate', -2, 3, NULL, 0, 0, 1, 33, NULL, '2020-01-15 08:11:42', '2020-01-15 10:14:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:11:42', NULL, '2020-01-15 07:14:51', NULL),
(144, 4, 1, -2, 20, 3, 'intermediate', 2, 4, NULL, 0, 0, 1, 33, NULL, '2020-01-15 08:11:42', '2020-01-15 11:14:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:11:42', NULL, '2020-01-15 07:14:51', NULL),
(145, 5, 1, 3, 20, 3, 'intermediate', 3, 4, 1, 0, 0, 1, 33, '2020-01-15 08:12:07', '2020-01-15 08:12:29', '2020-01-15 12:14:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:12:29', NULL, '2020-01-15 07:14:51', NULL),
(146, 6, 1, NULL, 20, 4, 'end', 4, -1, 1, 0, 0, 1, 33, '2020-01-16 11:45:42', NULL, '2020-01-15 13:14:51', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-16 11:45:42', NULL, '2020-01-15 07:14:51', NULL),
(147, 1, 1, 3, 21, 1, 'start', 1, -2, 1, 0, 0, 1, 33, '2020-01-15 08:14:57', '2020-01-15 08:15:03', '2020-01-15 09:13:07', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:15:03', NULL, '2020-01-15 08:13:07', NULL),
(148, 2, 1, 3, 21, 2, 'intermediate', -2, 2, NULL, 0, 0, 1, 33, NULL, '2020-01-15 08:15:03', '2020-01-15 10:13:07', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:15:03', NULL, '2020-01-15 08:13:07', NULL),
(149, 3, 1, 3, 21, 2, 'intermediate', -2, 3, NULL, 0, 0, 1, 33, NULL, '2020-01-15 08:15:03', '2020-01-15 11:13:07', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:15:03', NULL, '2020-01-15 08:13:07', NULL),
(150, 4, 1, -2, 21, 3, 'intermediate', 2, 4, NULL, 0, 0, 1, 33, NULL, '2020-01-15 08:15:03', '2020-01-15 12:13:07', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:15:03', NULL, '2020-01-15 08:13:07', NULL),
(151, 5, 1, NULL, 21, 3, 'intermediate', 3, 4, 1, 0, 0, 1, 33, '2020-01-15 10:41:29', NULL, '2020-01-15 13:13:07', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-15 10:41:29', NULL, '2020-01-15 08:13:07', NULL),
(152, 6, 1, NULL, 21, 4, 'end', 4, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-15 14:13:07', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 08:13:07', NULL, '2020-01-15 08:13:07', NULL),
(153, 23, 1, 3, 22, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2020-01-15 08:27:20', '2020-01-15 08:28:33', '2020-01-15 09:24:52', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:28:33', NULL, '2020-01-15 08:24:52', NULL),
(154, 24, 1, NULL, 22, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-15 10:24:52', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-15 08:28:33', NULL, '2020-01-15 08:24:52', NULL),
(155, 25, 1, NULL, 22, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-15 11:24:52', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 08:24:52', NULL, '2020-01-15 08:24:52', NULL),
(156, 23, 1, NULL, 23, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2020-01-16 10:04:48', NULL, '2020-01-15 11:42:15', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-16 10:04:48', NULL, '2020-01-15 10:42:15', NULL),
(157, 24, 1, NULL, 23, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-15 12:42:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 10:42:15', NULL, '2020-01-15 10:42:15', NULL),
(158, 25, 1, NULL, 23, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-15 13:42:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-15 10:42:15', NULL, '2020-01-15 10:42:15', NULL),
(159, 23, 1, NULL, 24, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2020-01-16 11:33:09', NULL, '2020-01-16 07:22:45', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-16 11:33:09', NULL, '2020-01-16 06:22:45', NULL),
(160, 24, 1, NULL, 24, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 08:22:45', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-16 06:22:45', NULL, '2020-01-16 06:22:45', NULL),
(161, 25, 1, NULL, 24, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 09:22:45', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-16 06:22:45', NULL, '2020-01-16 06:22:45', NULL),
(162, 23, 1, NULL, 25, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2020-01-16 09:02:09', NULL, '2020-01-16 07:30:30', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-16 09:02:09', NULL, '2020-01-16 06:30:30', NULL),
(163, 24, 1, NULL, 25, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 08:30:30', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-16 06:30:30', NULL, '2020-01-16 06:30:30', NULL),
(164, 25, 1, NULL, 25, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 09:30:30', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-16 06:30:30', NULL, '2020-01-16 06:30:30', NULL),
(165, 23, 1, NULL, 26, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2020-01-22 06:53:20', NULL, '2020-01-16 07:32:00', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-22 06:53:20', NULL, '2020-01-16 06:32:00', NULL),
(166, 24, 1, NULL, 26, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 08:32:00', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-16 06:32:00', NULL, '2020-01-16 06:32:00', NULL),
(167, 25, 1, NULL, 26, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 09:32:00', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-16 06:32:00', NULL, '2020-01-16 06:32:00', NULL),
(168, 23, 1, 3, 27, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2020-01-16 11:17:09', '2020-01-16 11:17:15', '2020-01-16 12:12:54', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-16 11:17:15', NULL, '2020-01-16 11:12:54', NULL),
(169, 24, 1, NULL, 27, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 13:12:54', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-16 11:17:15', NULL, '2020-01-16 11:12:54', NULL),
(170, 25, 1, NULL, 27, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 14:12:54', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-16 11:12:54', NULL, '2020-01-16 11:12:54', NULL),
(171, 23, 1, 3, 28, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2020-01-16 11:23:19', '2020-01-16 11:23:25', '2020-01-16 12:23:00', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-01-16 11:23:25', NULL, '2020-01-16 11:23:00', NULL),
(172, 24, 1, NULL, 28, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 13:23:00', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-01-16 11:23:25', NULL, '2020-01-16 11:23:00', NULL),
(173, 25, 1, NULL, 28, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2020-01-16 14:23:00', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-01-16 11:23:00', NULL, '2020-01-16 11:23:00', NULL),
(174, 15, 1, 3, 29, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2020-08-20 11:03:03', '2020-08-20 11:03:26', '2020-08-20 17:54:29', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-08-20 11:03:26', NULL, '2020-08-20 10:54:29', NULL),
(175, 16, 1, 3, 29, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2020-08-20 11:03:27', '2020-08-20 17:54:29', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-08-20 11:03:27', NULL, '2020-08-20 10:54:29', NULL),
(176, 17, 1, 3, 29, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2020-08-20 11:03:27', '2020-08-20 17:54:29', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-08-20 11:03:27', NULL, '2020-08-20 10:54:29', NULL),
(177, 18, 1, 3, 29, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2020-08-20 11:03:28', '2020-08-20 17:54:29', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-08-20 11:03:28', NULL, '2020-08-20 10:54:29', NULL),
(178, 19, 1, -2, 29, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, '2020-08-20 11:03:27', '2020-08-21 00:54:29', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-08-20 11:03:27', NULL, '2020-08-20 10:54:29', NULL),
(179, 20, 1, NULL, 29, 3, 'intermediate', 3, 1, 1, 0, 0, 1, 34, '2020-09-06 09:50:43', NULL, '2020-08-21 07:54:29', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-09-06 09:50:43', NULL, '2020-08-20 10:54:29', NULL),
(180, 21, 1, NULL, 29, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2020-08-21 14:54:29', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-08-20 10:54:29', NULL, '2020-08-20 10:54:29', NULL),
(181, 22, 1, NULL, 29, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2020-08-21 21:54:29', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-08-20 10:54:29', NULL, '2020-08-20 10:54:29', NULL),
(182, 28, 1, NULL, 30, 1, 'start_end', 1, -1, 1, 0, 0, 1, 33, '2020-09-06 09:51:58', NULL, '2020-08-24 08:35:25', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-09-06 09:51:58', NULL, '2020-08-24 07:35:25', NULL),
(183, 23, 1, 3, 31, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2020-09-06 09:50:38', '2020-09-06 09:51:19', '2020-09-01 16:12:39', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-09-06 09:51:19', NULL, '2020-09-01 15:12:39', NULL),
(184, 24, 1, NULL, 31, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2020-09-01 17:12:39', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-09-06 09:51:19', NULL, '2020-09-01 15:12:39', NULL),
(185, 25, 1, NULL, 31, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2020-09-01 18:12:39', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-09-01 15:12:39', NULL, '2020-09-01 15:12:39', NULL),
(186, 26, 1, NULL, 32, 1, 'start', 1, 2, NULL, 0, 0, 4, 33, NULL, NULL, '2020-09-06 13:44:36', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-09-06 09:44:36', NULL, '2020-09-06 09:44:36', NULL),
(187, 27, 1, NULL, 32, 2, 'end', 2, NULL, NULL, 0, 0, 10, 33, NULL, NULL, '2020-09-06 23:44:36', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-09-06 09:44:36', NULL, '2020-09-06 09:44:36', NULL),
(188, 26, 1, 3, 33, 1, 'start', 1, 2, 2, 0, 0, 4, 33, '2020-09-30 10:43:26', '2020-09-30 10:43:34', '2020-09-30 14:40:27', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-09-30 10:43:34', NULL, '2020-09-30 10:40:27', NULL),
(189, 27, 1, NULL, 33, 2, 'end', 2, NULL, NULL, 0, 0, 10, 33, NULL, NULL, '2020-10-01 00:40:27', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-09-30 10:43:34', NULL, '2020-09-30 10:40:27', NULL),
(190, 29, 1, 3, 34, 1, 'start', 1, 4, 1, 0, 0, 1, 33, '2020-10-15 08:06:49', '2020-10-15 08:07:36', '2020-10-15 09:06:31', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-10-15 08:07:36', NULL, '2020-10-15 08:06:31', NULL),
(191, 30, 1, NULL, 34, 2, 'end', 4, -1, NULL, 0, 0, 2, 33, NULL, NULL, '2020-10-15 11:06:31', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-10-15 08:07:36', NULL, '2020-10-15 08:06:31', NULL),
(192, 36, 1, 3, 35, 3, 'end', 3, -1, 1, 0, 0, 3, 33, '2020-10-26 09:48:16', '2020-10-26 09:48:20', '2020-10-21 15:44:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-10-26 09:48:20', NULL, '2020-10-21 12:44:51', NULL),
(193, 35, 1, 3, 35, 2, 'intermediate', 7, 3, 1, 0, 0, 2, 33, '2020-10-26 09:48:06', '2020-10-26 09:48:15', '2020-10-21 17:44:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-10-26 09:48:15', NULL, '2020-10-21 12:44:51', NULL),
(194, 34, 1, 3, 35, 1, 'start', 1, 7, 1, 0, 0, 1, 33, '2020-10-26 09:46:46', '2020-10-26 09:47:12', '2020-10-21 18:44:51', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-10-26 09:47:12', NULL, '2020-10-21 12:44:51', NULL),
(195, 36, 1, NULL, 36, 3, 'end', 3, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2020-10-21 16:12:11', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2020-10-21 13:12:11', NULL, '2020-10-21 13:12:11', NULL),
(196, 35, 1, NULL, 36, 2, 'intermediate', 7, 3, 1, 0, 0, 2, 33, '2020-10-22 08:10:31', NULL, '2020-10-21 18:12:11', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2020-10-22 08:10:31', NULL, '2020-10-21 13:12:11', NULL),
(197, 34, 1, 3, 36, 1, 'start', 1, 7, 1, 0, 0, 1, 33, '2020-10-22 08:08:52', '2020-10-22 08:09:16', '2020-10-21 19:12:11', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-10-22 08:09:16', NULL, '2020-10-21 13:12:11', NULL),
(198, 40, 1, 3, 37, 2, 'end', 8, -1, 1, 0, 0, 3, 33, '2020-10-22 05:45:37', '2020-10-22 05:45:43', '2020-10-22 08:44:30', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-10-22 05:45:43', NULL, '2020-10-22 05:44:30', NULL),
(199, 39, 1, 3, 37, 1, 'start', 1, 8, 1, 0, 0, 5, 33, '2020-10-22 05:45:21', '2020-10-22 05:45:37', '2020-10-22 13:44:30', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2020-10-22 05:45:37', NULL, '2020-10-22 05:44:30', NULL),
(200, 40, 1, 3, 38, 2, 'end', 8, -1, 1, 0, 0, 3, 33, '2021-05-02 09:25:05', '2021-05-02 09:25:15', '2021-05-02 12:21:32', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-05-02 09:25:15', NULL, '2021-05-02 09:21:32', NULL),
(201, 39, 1, 3, 38, 1, 'start', 1, 8, 1, 0, 0, 5, 33, '2021-05-02 09:23:45', '2021-05-02 09:24:13', '2021-05-02 17:21:32', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-05-02 09:24:13', NULL, '2021-05-02 09:21:32', NULL),
(202, 23, 1, NULL, 39, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2021-05-02 10:43:59', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-05-02 09:43:59', NULL, '2021-05-02 09:43:59', NULL),
(203, 24, 1, NULL, 39, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2021-05-02 11:43:59', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-05-02 09:43:59', NULL, '2021-05-02 09:43:59', NULL),
(204, 25, 1, NULL, 39, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2021-05-02 12:43:59', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-05-02 09:43:59', NULL, '2021-05-02 09:43:59', NULL),
(205, 40, 1, NULL, 40, 2, 'end', 8, -1, 1, 0, 0, 3, 33, '2021-07-12 08:56:28', NULL, '2021-05-02 12:49:47', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-07-12 08:56:28', NULL, '2021-05-02 09:49:47', NULL),
(206, 39, 1, 3, 40, 1, 'start', 1, 8, 1, 0, 0, 5, 33, '2021-05-02 09:51:36', '2021-05-02 09:52:07', '2021-05-02 17:49:47', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-05-02 09:52:07', NULL, '2021-05-02 09:49:47', NULL),
(207, 23, 1, NULL, 41, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2021-05-25 08:37:29', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-05-25 07:37:29', NULL, '2021-05-25 07:37:29', NULL),
(208, 24, 1, NULL, 41, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2021-05-25 09:37:29', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-05-25 07:37:29', NULL, '2021-05-25 07:37:29', NULL),
(209, 25, 1, NULL, 41, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2021-05-25 10:37:29', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-05-25 07:37:29', NULL, '2021-05-25 07:37:29', NULL),
(210, 40, 1, 3, 42, 2, 'end', 8, -1, 1, 0, 0, 3, 33, '2021-05-25 07:39:55', '2021-05-25 07:40:02', '2021-05-25 10:39:07', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-05-25 07:40:02', NULL, '2021-05-25 07:39:07', NULL),
(211, 39, 1, 3, 42, 1, 'start', 1, 8, 1, 0, 0, 5, 33, '2021-05-25 07:39:26', '2021-05-25 07:39:42', '2021-05-25 15:39:07', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-05-25 07:39:42', NULL, '2021-05-25 07:39:07', NULL),
(212, 40, 1, NULL, 43, 2, 'end', 8, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2021-05-27 09:40:46', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-05-27 06:40:46', NULL, '2021-05-27 06:40:46', NULL),
(213, 39, 1, NULL, 43, 1, 'start', 1, 8, NULL, 0, 0, 5, 33, NULL, NULL, '2021-05-27 14:40:46', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-05-27 06:40:46', NULL, '2021-05-27 06:40:46', NULL),
(214, 40, 1, NULL, 44, 2, 'end', 8, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2021-05-27 09:42:27', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-05-27 06:42:27', NULL, '2021-05-27 06:42:27', NULL),
(215, 39, 1, NULL, 44, 1, 'start', 1, 8, 1, 0, 0, 5, 33, '2021-05-27 06:42:33', NULL, '2021-05-27 14:42:27', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-05-27 06:42:33', NULL, '2021-05-27 06:42:27', NULL),
(216, 36, 1, 3, 45, 3, 'end', 3, -1, 1, 0, 0, 3, 33, '2021-07-14 11:43:01', '2021-07-14 11:43:07', '2021-07-14 14:42:11', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-14 11:43:07', NULL, '2021-07-14 11:42:11', NULL),
(217, 35, 1, 3, 45, 2, 'intermediate', 7, 3, 1, 0, 0, 2, 33, '2021-07-14 11:42:56', '2021-07-14 11:43:01', '2021-07-14 16:42:11', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-14 11:43:01', NULL, '2021-07-14 11:42:11', NULL),
(218, 34, 1, 3, 45, 1, 'start', 1, 7, 1, 0, 0, 1, 33, '2021-07-14 11:42:29', '2021-07-14 11:42:56', '2021-07-14 17:42:11', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-14 11:42:56', NULL, '2021-07-14 11:42:11', NULL),
(219, 15, 1, 3, 46, 1, 'start', 1, -2, 1, 0, 0, 1, 34, '2021-07-15 04:34:35', '2021-07-15 04:34:43', '2021-07-15 11:34:23', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-15 04:34:43', NULL, '2021-07-15 04:34:23', NULL),
(220, 16, 1, 3, 46, 2, 'intermediate', -2, 2, NULL, 0, 0, 0, 34, NULL, '2021-07-15 04:34:43', '2021-07-15 11:34:23', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-15 04:34:43', NULL, '2021-07-15 04:34:23', NULL),
(221, 17, 1, 3, 46, 2, 'intermediate', -2, 3, NULL, 0, 0, 0, 34, NULL, '2021-07-15 04:34:43', '2021-07-15 11:34:23', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-15 04:34:43', NULL, '2021-07-15 04:34:23', NULL),
(222, 18, 1, 3, 46, 2, 'intermediate', -2, 4, NULL, 0, 0, 0, 34, NULL, '2021-07-15 04:34:43', '2021-07-15 11:34:23', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-15 04:34:43', NULL, '2021-07-15 04:34:23', NULL),
(223, 19, 1, -2, 46, 3, 'intermediate', 2, 1, NULL, 0, 0, 1, 34, NULL, '2021-07-15 04:34:43', '2021-07-15 18:34:23', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-15 04:34:43', NULL, '2021-07-15 04:34:23', NULL),
(224, 20, 1, -2, 46, 3, 'intermediate', 3, 1, NULL, 0, 0, 1, 34, NULL, '2021-07-15 04:34:43', '2021-07-16 01:34:23', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-15 04:34:43', NULL, '2021-07-15 04:34:23', NULL),
(225, 21, 1, NULL, 46, 3, 'intermediate', 4, 1, NULL, 0, 0, 1, 34, NULL, NULL, '2021-07-16 08:34:23', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-07-15 04:34:23', NULL, '2021-07-15 04:34:23', NULL),
(226, 22, 1, NULL, 46, 4, 'end', 1, -1, NULL, 0, 0, 1, 34, NULL, NULL, '2021-07-16 15:34:23', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-07-15 04:34:23', NULL, '2021-07-15 04:34:23', NULL),
(227, 46, 1, 3, 47, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2021-07-15 05:16:32', '2021-07-15 05:16:49', '2021-07-15 06:16:09', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-15 05:16:49', NULL, '2021-07-15 05:16:09', NULL),
(228, 47, 1, 3, 47, 2, 'intermediate', 2, 4, 1, 0, 0, 2, 33, '2021-07-15 05:16:49', '2021-07-15 05:16:56', '2021-07-15 08:16:09', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-15 05:16:56', NULL, '2021-07-15 05:16:09', NULL),
(229, 48, 1, 3, 47, 3, 'end', 4, -1, 1, 0, 0, 3, 33, '2021-07-15 05:16:57', '2021-07-15 05:17:04', '2021-07-15 11:16:09', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-07-15 05:17:04', NULL, '2021-07-15 05:16:09', NULL),
(230, 46, 1, NULL, 48, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2021-07-15 06:34:33', NULL, '2021-07-15 07:34:15', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-07-15 06:34:33', NULL, '2021-07-15 06:34:15', NULL),
(231, 47, 1, NULL, 48, 2, 'intermediate', 2, 4, NULL, 0, 0, 2, 33, NULL, NULL, '2021-07-15 09:34:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-07-15 06:34:15', NULL, '2021-07-15 06:34:15', NULL),
(232, 48, 1, NULL, 48, 3, 'end', 4, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2021-07-15 12:34:15', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-07-15 06:34:15', NULL, '2021-07-15 06:34:15', NULL),
(233, 23, 1, NULL, 49, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2021-08-25 06:40:44', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-08-25 05:40:44', NULL, '2021-08-25 05:40:44', NULL),
(234, 24, 1, NULL, 49, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2021-08-25 07:40:44', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-08-25 05:40:44', NULL, '2021-08-25 05:40:44', NULL),
(235, 25, 1, NULL, 49, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2021-08-25 08:40:44', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-08-25 05:40:44', NULL, '2021-08-25 05:40:44', NULL),
(236, 36, 1, 3, 50, 3, 'end', 3, -1, 1, 0, 0, 3, 33, '2021-08-25 05:49:10', '2021-08-25 05:49:22', '2021-08-25 08:42:47', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-08-25 05:49:22', NULL, '2021-08-25 05:42:47', NULL),
(237, 35, 1, 3, 50, 2, 'intermediate', 7, 3, 1, 0, 0, 2, 33, '2021-08-25 05:48:55', '2021-08-25 05:49:10', '2021-08-25 10:42:47', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-08-25 05:49:10', NULL, '2021-08-25 05:42:47', NULL);
INSERT INTO `wf_step_task_instance` (`wf_instance_id`, `wf_step_id_fk`, `actor_order`, `wf_task_permission_id`, `transaction_id_fk`, `step_order`, `step_type`, `from_step_department_id_fk`, `to_step_department_id_fk`, `by_staff_id_fk`, `is_late`, `execution_time`, `time_limit`, `time_limit_unit_cd`, `start_date`, `end_date`, `due_date`, `consultant_staff_id_fk`, `consultation`, `is_finished`, `is_sent_notification`, `form_id_fk`, `block_id_fk`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`, `created_at`, `created_by`) VALUES
(238, 34, 1, 3, 50, 1, 'start', 1, 7, 1, 0, 0, 1, 33, '2021-08-25 05:48:20', '2021-08-25 05:48:34', '2021-08-25 11:42:47', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-08-25 05:48:34', NULL, '2021-08-25 05:42:47', NULL),
(239, 36, 1, NULL, 51, 3, 'end', 3, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2021-08-31 09:38:55', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-08-31 06:38:55', NULL, '2021-08-31 06:38:55', NULL),
(240, 35, 1, NULL, 51, 2, 'intermediate', 7, 3, NULL, 0, 0, 2, 33, NULL, NULL, '2021-08-31 11:38:55', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-08-31 06:38:55', NULL, '2021-08-31 06:38:55', NULL),
(241, 34, 1, NULL, 51, 1, 'start', 1, 7, 1, 0, 0, 1, 33, '2022-05-10 04:28:20', NULL, '2021-08-31 12:38:55', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-05-10 04:28:20', NULL, '2021-08-31 06:38:55', NULL),
(242, 46, 1, 3, 52, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2021-09-27 07:39:22', '2021-09-27 07:43:53', '2021-09-27 08:38:45', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-09-27 07:43:53', NULL, '2021-09-27 07:38:45', NULL),
(243, 47, 1, 3, 52, 2, 'intermediate', 2, 4, 1, 0, 0, 2, 33, '2021-09-27 07:43:54', '2021-09-27 07:44:11', '2021-09-27 10:38:45', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-09-27 07:44:11', NULL, '2021-09-27 07:38:45', NULL),
(244, 48, 1, 3, 52, 3, 'end', 4, -1, 1, 0, 0, 3, 33, '2021-09-27 07:44:12', '2021-09-27 07:44:24', '2021-09-27 13:38:45', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2021-09-27 07:44:24', NULL, '2021-09-27 07:38:45', NULL),
(245, 46, 1, NULL, 53, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2022-05-12 02:19:30', '2021-11-04 10:33:16', '2021-10-11 05:33:28', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-05-12 02:19:30', NULL, '2021-10-11 04:33:28', NULL),
(246, 47, 1, 4, 53, 2, 'intermediate', 2, 4, 1, 0, 0, 2, 33, '2021-11-04 10:33:17', NULL, '2021-10-11 07:33:28', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-11-04 10:34:45', NULL, '2021-10-11 04:33:28', NULL),
(247, 48, 1, NULL, 53, 3, 'end', 4, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2021-10-11 10:33:28', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-10-11 04:33:28', NULL, '2021-10-11 04:33:28', NULL),
(248, 23, 1, NULL, 54, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2021-11-22 10:08:34', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-11-22 09:08:34', NULL, '2021-11-22 09:08:34', NULL),
(249, 24, 1, NULL, 54, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2021-11-22 11:08:34', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-11-22 09:08:34', NULL, '2021-11-22 09:08:34', NULL),
(250, 25, 1, NULL, 54, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2021-11-22 12:08:34', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-11-22 09:08:34', NULL, '2021-11-22 09:08:34', NULL),
(251, 59, 1, NULL, 55, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2021-11-22 10:22:35', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-11-22 09:22:35', NULL, '2021-11-22 09:22:35', NULL),
(252, 58, 1, NULL, 55, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2021-11-22 11:22:35', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2021-11-22 09:22:35', NULL, '2021-11-22 09:22:35', NULL),
(253, 57, 1, NULL, 55, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2021-11-22 12:22:35', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2021-11-22 09:22:35', NULL, '2021-11-22 09:22:35', NULL),
(254, 59, 1, NULL, 56, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2022-04-21 09:49:50', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-04-21 08:49:50', NULL, '2022-04-21 08:49:50', NULL),
(255, 58, 1, NULL, 56, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2022-04-21 10:49:50', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-04-21 08:49:50', NULL, '2022-04-21 08:49:50', NULL),
(256, 57, 1, NULL, 56, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2022-04-21 11:49:50', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-04-21 08:49:50', NULL, '2022-04-21 08:49:50', NULL),
(257, 59, 1, NULL, 57, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2022-04-24 06:31:31', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-04-24 05:31:31', NULL, '2022-04-24 05:31:31', NULL),
(258, 58, 1, NULL, 57, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2022-04-24 07:31:31', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-04-24 05:31:31', NULL, '2022-04-24 05:31:31', NULL),
(259, 57, 1, NULL, 57, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2022-04-24 08:31:31', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-04-24 05:31:31', NULL, '2022-04-24 05:31:31', NULL),
(260, 62, 1, NULL, 58, 1, 'start_end', 5, -1, NULL, 0, 0, 2, 34, NULL, NULL, '2022-05-08 20:09:58', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-05-08 06:09:58', NULL, '2022-05-08 06:09:58', NULL),
(261, 62, 1, NULL, 59, 1, 'start_end', 5, -1, NULL, 0, 0, 2, 34, NULL, NULL, '2022-05-08 20:22:13', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-05-08 06:22:13', NULL, '2022-05-08 06:22:13', NULL),
(262, 64, 1, NULL, 60, 1, 'start_end', 5, -1, NULL, 0, 0, 3, 34, NULL, NULL, '2022-05-09 03:28:19', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-05-08 06:28:19', NULL, '2022-05-08 06:28:19', NULL),
(263, 46, 1, NULL, 61, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2022-05-30 06:57:41', NULL, '2022-05-09 05:50:53', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-05-30 06:57:41', NULL, '2022-05-09 04:50:53', NULL),
(264, 47, 1, NULL, 61, 2, 'intermediate', 2, 4, NULL, 0, 0, 2, 33, NULL, NULL, '2022-05-09 07:50:53', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-05-09 04:50:53', NULL, '2022-05-09 04:50:53', NULL),
(265, 48, 1, NULL, 61, 3, 'end', 4, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2022-05-09 10:50:53', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-05-09 04:50:53', NULL, '2022-05-09 04:50:53', NULL),
(266, 46, 1, NULL, 62, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2022-06-25 15:03:45', NULL, '2022-05-25 10:19:26', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-06-25 15:03:45', NULL, '2022-05-25 09:19:26', NULL),
(267, 47, 1, NULL, 62, 2, 'intermediate', 2, 4, NULL, 0, 0, 2, 33, NULL, NULL, '2022-05-25 12:19:26', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-05-25 09:19:26', NULL, '2022-05-25 09:19:26', NULL),
(268, 48, 1, NULL, 62, 3, 'end', 4, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2022-05-25 15:19:26', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-05-25 09:19:26', NULL, '2022-05-25 09:19:26', NULL),
(269, 46, 1, 3, 63, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2022-05-25 09:39:05', '2022-05-25 09:39:49', '2022-05-25 10:38:32', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2022-05-25 09:39:49', NULL, '2022-05-25 09:38:32', NULL),
(270, 47, 1, 3, 63, 2, 'intermediate', 2, 4, 1, 0, 0, 2, 33, '2022-05-25 09:39:50', '2022-05-25 09:39:59', '2022-05-25 12:38:32', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2022-05-25 09:39:59', NULL, '2022-05-25 09:38:32', NULL),
(271, 48, 1, 3, 63, 3, 'end', 4, -1, 1, 0, 0, 3, 33, '2022-05-25 09:40:00', '2022-05-25 09:40:05', '2022-05-25 15:38:32', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2022-05-25 09:40:05', NULL, '2022-05-25 09:38:32', NULL),
(272, 46, 1, 3, 64, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2022-05-26 05:15:12', '2022-05-26 05:16:07', '2022-05-25 10:56:13', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2022-05-26 05:16:07', NULL, '2022-05-25 09:56:13', NULL),
(273, 47, 1, NULL, 64, 2, 'intermediate', 2, 4, 1, 0, 0, 2, 33, '2022-05-31 06:19:43', NULL, '2022-05-25 12:56:13', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-05-31 06:19:43', NULL, '2022-05-25 09:56:13', NULL),
(274, 48, 1, NULL, 64, 3, 'end', 4, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2022-05-25 15:56:13', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-05-25 09:56:13', NULL, '2022-05-25 09:56:13', NULL),
(275, 26, 1, NULL, 65, 1, 'start', 1, 2, NULL, 0, 0, 4, 33, NULL, NULL, '2022-05-29 10:32:11', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-05-29 06:32:11', NULL, '2022-05-29 06:32:11', NULL),
(276, 27, 1, NULL, 65, 2, 'end', 2, NULL, NULL, 0, 0, 10, 33, NULL, NULL, '2022-05-29 20:32:11', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-05-29 06:32:11', NULL, '2022-05-29 06:32:11', NULL),
(277, 46, 1, 3, 66, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2022-06-06 03:26:14', '2022-06-06 03:26:29', '2022-05-30 05:46:46', NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2022-06-06 03:26:29', NULL, '2022-05-30 04:46:46', NULL),
(278, 47, 1, NULL, 66, 2, 'intermediate', 2, 4, 1, 0, 0, 2, 33, '2022-06-29 06:54:34', NULL, '2022-05-30 07:46:46', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-06-29 06:54:34', NULL, '2022-05-30 04:46:46', NULL),
(279, 48, 1, NULL, 66, 3, 'end', 4, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2022-05-30 10:46:46', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-05-30 04:46:46', NULL, '2022-05-30 04:46:46', NULL),
(280, 46, 1, NULL, 67, 1, 'start', 1, 2, 1, 0, 0, 1, 33, '2022-06-29 13:30:03', NULL, '2022-06-07 09:24:50', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-06-29 13:30:03', NULL, '2022-06-07 08:24:50', NULL),
(281, 47, 1, NULL, 67, 2, 'intermediate', 2, 4, NULL, 0, 0, 2, 33, NULL, NULL, '2022-06-07 11:24:50', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-07 08:24:50', NULL, '2022-06-07 08:24:50', NULL),
(282, 48, 1, NULL, 67, 3, 'end', 4, -1, NULL, 0, 0, 3, 33, NULL, NULL, '2022-06-07 14:24:50', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-07 08:24:50', NULL, '2022-06-07 08:24:50', NULL),
(283, 59, 1, NULL, 68, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2022-06-15 11:15:32', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-15 10:15:32', NULL, '2022-06-15 10:15:32', NULL),
(284, 58, 1, NULL, 68, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2022-06-15 12:15:32', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-15 10:15:32', NULL, '2022-06-15 10:15:32', NULL),
(285, 57, 1, NULL, 68, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2022-06-15 13:15:32', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-06-15 10:15:32', NULL, '2022-06-15 10:15:32', NULL),
(286, 59, 1, NULL, 69, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2022-06-15 11:40:50', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-15 10:40:50', NULL, '2022-06-15 10:40:50', NULL),
(287, 58, 1, NULL, 69, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2022-06-15 12:40:50', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-15 10:40:50', NULL, '2022-06-15 10:40:50', NULL),
(288, 57, 1, NULL, 69, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2022-06-15 13:40:50', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-06-15 10:40:50', NULL, '2022-06-15 10:40:50', NULL),
(289, 59, 1, NULL, 70, 3, 'end', 3, -1, NULL, 0, 0, 1, 33, NULL, NULL, '2022-06-15 12:31:17', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-15 11:31:17', NULL, '2022-06-15 11:31:17', NULL),
(290, 58, 1, NULL, 70, 2, 'intermediate', 2, 3, NULL, 0, 0, 1, 33, NULL, NULL, '2022-06-15 13:31:17', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-15 11:31:17', NULL, '2022-06-15 11:31:17', NULL),
(291, 57, 1, NULL, 70, 1, 'start', 1, 2, NULL, 0, 0, 1, 33, NULL, NULL, '2022-06-15 14:31:17', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-06-15 11:31:17', NULL, '2022-06-15 11:31:17', NULL),
(292, 82, 1, NULL, 71, 1, 'start_end', 1, -1, 1, 0, 0, 5, 34, '2022-06-30 09:49:56', NULL, '2022-07-01 18:59:24', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-06-30 09:49:56', NULL, '2022-06-30 07:59:24', NULL),
(293, 83, 1, NULL, 72, 1, 'start', 1, 2, 1, 0, 0, 2, 34, '2022-07-02 09:06:46', NULL, '2022-06-30 23:58:45', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-07-02 09:06:46', NULL, '2022-06-30 09:58:45', NULL),
(294, 84, 1, NULL, 72, 2, 'end', 2, -1, NULL, 0, 0, 5, 33, NULL, NULL, '2022-07-01 04:58:45', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-30 09:58:45', NULL, '2022-06-30 09:58:45', NULL),
(295, 83, 1, NULL, 73, 1, 'start', 1, 2, 1, 0, 0, 2, 34, '2022-07-16 12:32:22', NULL, '2022-07-01 03:25:35', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2022-07-16 12:32:22', NULL, '2022-06-30 13:25:35', NULL),
(296, 84, 1, NULL, 73, 2, 'end', 2, -1, NULL, 0, 0, 5, 33, NULL, NULL, '2022-07-01 08:25:35', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-06-30 13:25:35', NULL, '2022-06-30 13:25:35', NULL),
(297, 83, 1, NULL, 74, 1, 'start', 1, 2, 1, 0, 0, 2, 34, '2022-07-16 11:59:23', NULL, '2022-07-03 02:34:33', NULL, NULL, 0, 1, 54, 63, NULL, NULL, '2022-07-16 11:59:23', NULL, '2022-07-02 12:34:33', NULL),
(298, 84, 1, NULL, 74, 2, 'end', 2, -1, NULL, 0, 0, 5, 33, NULL, NULL, '2022-07-03 07:34:33', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-07-02 12:34:33', NULL, '2022-07-02 12:34:33', NULL),
(299, 83, 1, NULL, 75, 1, 'start', 1, 2, 1, 0, 0, 2, 34, '2022-07-16 11:59:17', NULL, '2022-07-03 02:57:28', NULL, NULL, 0, 1, 55, 66, NULL, NULL, '2022-07-16 11:59:17', NULL, '2022-07-02 12:57:28', NULL),
(300, 84, 1, NULL, 75, 2, 'end', 2, -1, NULL, 0, 0, 5, 33, NULL, NULL, '2022-07-03 07:57:28', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-07-02 12:57:28', NULL, '2022-07-02 12:57:28', NULL),
(301, 83, 1, NULL, 76, 1, 'start', 1, 2, 1, 0, 0, 2, 34, '2022-07-16 12:31:30', NULL, '2022-07-15 00:05:44', NULL, NULL, 0, 1, 55, 66, NULL, NULL, '2022-07-16 12:31:30', NULL, '2022-07-14 10:05:44', NULL),
(302, 84, 1, NULL, 76, 2, 'end', 2, -1, NULL, 0, 0, 5, 33, NULL, NULL, '2022-07-15 05:05:44', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, '2022-07-14 10:05:44', NULL, '2022-07-14 10:05:44', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wf_step_task_instance_audit`
--

CREATE TABLE `wf_step_task_instance_audit` (
  `wf_audit_id` int(11) NOT NULL,
  `audit_type` enum('delay','task','condition') COLLATE utf8_unicode_ci DEFAULT NULL,
  `wf_instance_id_fk` int(11) NOT NULL,
  `wf_task_permission_id` int(11) DEFAULT NULL,
  `notes` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `consultation_staff_id` int(11) DEFAULT NULL,
  `reply_notes` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `by_staff_id` int(11) NOT NULL,
  `total_delay_time` int(11) DEFAULT NULL,
  `cond_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `cond_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `cond_result` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_step_task_instance_audit`
--

INSERT INTO `wf_step_task_instance_audit` (`wf_audit_id`, `audit_type`, `wf_instance_id_fk`, `wf_task_permission_id`, `notes`, `consultation_staff_id`, `reply_notes`, `by_staff_id`, `total_delay_time`, `cond_en`, `cond_ar`, `cond_result`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'task', 1, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-17 10:30:04', 1, NULL, NULL, '2019-04-17 10:30:04', NULL),
(2, 'condition', 2, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2019-04-17 10:30:04', 1, NULL, NULL, '2019-04-17 10:30:04', NULL),
(3, 'condition', 2, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2019-04-17 10:30:04', 1, NULL, NULL, '2019-04-17 10:30:04', NULL),
(4, 'condition', 3, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2019-04-17 10:30:05', 1, NULL, NULL, '2019-04-17 10:30:05', NULL),
(5, 'condition', 3, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2019-04-17 10:30:05', 1, NULL, NULL, '2019-04-17 10:30:05', NULL),
(6, 'task', 5, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-17 10:41:44', 1, NULL, NULL, '2019-04-17 10:41:44', NULL),
(7, 'task', 6, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-17 10:41:57', 1, NULL, NULL, '2019-04-17 10:41:57', NULL),
(8, 'task', 23, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:12:17', 1, NULL, NULL, '2019-04-18 07:12:17', NULL),
(9, 'condition', 24, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:12:17', 1, NULL, NULL, '2019-04-18 07:12:17', NULL),
(10, 'condition', 24, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:12:18', 1, NULL, NULL, '2019-04-18 07:12:18', NULL),
(11, 'condition', 24, -2, NULL, NULL, NULL, 1, NULL, 'Sum >= Second Number', 'المجموع >= الرقم الثاني', 'true', 2, '2019-04-18 07:12:18', 1, NULL, NULL, '2019-04-18 07:12:18', NULL),
(12, 'condition', 25, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:12:18', 1, NULL, NULL, '2019-04-18 07:12:18', NULL),
(13, 'condition', 25, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:12:19', 1, NULL, NULL, '2019-04-18 07:12:19', NULL),
(14, 'condition', 25, -2, NULL, NULL, NULL, 1, NULL, 'Sum >= Second Number', 'المجموع >= الرقم الثاني', 'true', 2, '2019-04-18 07:12:19', 1, NULL, NULL, '2019-04-18 07:12:19', NULL),
(15, 'condition', 26, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:12:19', 1, NULL, NULL, '2019-04-18 07:12:19', NULL),
(16, 'condition', 26, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:12:19', 1, NULL, NULL, '2019-04-18 07:12:19', NULL),
(17, 'condition', 26, -2, NULL, NULL, NULL, 1, NULL, 'Sum >= Second Number', 'المجموع >= الرقم الثاني', 'true', 2, '2019-04-18 07:12:19', 1, NULL, NULL, '2019-04-18 07:12:19', NULL),
(18, 'task', 31, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:34:30', 1, NULL, NULL, '2019-04-18 07:34:30', NULL),
(19, 'condition', 32, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:34:30', 1, NULL, NULL, '2019-04-18 07:34:30', NULL),
(20, 'condition', 32, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:34:30', 1, NULL, NULL, '2019-04-18 07:34:30', NULL),
(21, 'condition', 33, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:34:30', 1, NULL, NULL, '2019-04-18 07:34:30', NULL),
(22, 'condition', 33, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:34:31', 1, NULL, NULL, '2019-04-18 07:34:31', NULL),
(23, 'condition', 34, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:34:31', 1, NULL, NULL, '2019-04-18 07:34:31', NULL),
(24, 'condition', 34, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:34:31', 1, NULL, NULL, '2019-04-18 07:34:31', NULL),
(25, 'task', 35, 4, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:35:09', 1, NULL, NULL, '2019-04-18 07:35:09', NULL),
(26, 'task', 31, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:36:24', 1, NULL, NULL, '2019-04-18 07:36:24', NULL),
(27, 'condition', 32, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:36:24', 1, NULL, NULL, '2019-04-18 07:36:24', NULL),
(28, 'condition', 32, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2019-04-18 07:36:24', 1, NULL, NULL, '2019-04-18 07:36:24', NULL),
(29, 'condition', 33, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:36:24', 1, NULL, NULL, '2019-04-18 07:36:24', NULL),
(30, 'condition', 33, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2019-04-18 07:36:24', 1, NULL, NULL, '2019-04-18 07:36:24', NULL),
(31, 'condition', 34, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:36:24', 1, NULL, NULL, '2019-04-18 07:36:24', NULL),
(32, 'condition', 34, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2019-04-18 07:36:24', 1, NULL, NULL, '2019-04-18 07:36:24', NULL),
(33, 'task', 39, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:39:47', 1, NULL, NULL, '2019-04-18 07:39:47', NULL),
(34, 'condition', 40, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:39:47', 1, NULL, NULL, '2019-04-18 07:39:47', NULL),
(35, 'condition', 40, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:39:47', 1, NULL, NULL, '2019-04-18 07:39:47', NULL),
(36, 'condition', 41, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:39:47', 1, NULL, NULL, '2019-04-18 07:39:47', NULL),
(37, 'condition', 41, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:39:47', 1, NULL, NULL, '2019-04-18 07:39:47', NULL),
(38, 'condition', 42, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:39:47', 1, NULL, NULL, '2019-04-18 07:39:47', NULL),
(39, 'condition', 42, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:39:47', 1, NULL, NULL, '2019-04-18 07:39:47', NULL),
(40, 'task', 47, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:44:38', 1, NULL, NULL, '2019-04-18 07:44:38', NULL),
(41, 'condition', 48, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:44:38', 1, NULL, NULL, '2019-04-18 07:44:38', NULL),
(42, 'condition', 48, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2019-04-18 07:44:38', 1, NULL, NULL, '2019-04-18 07:44:38', NULL),
(43, 'condition', 49, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:44:39', 1, NULL, NULL, '2019-04-18 07:44:39', NULL),
(44, 'condition', 49, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2019-04-18 07:44:39', 1, NULL, NULL, '2019-04-18 07:44:39', NULL),
(45, 'condition', 50, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:44:39', 1, NULL, NULL, '2019-04-18 07:44:39', NULL),
(46, 'condition', 50, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2019-04-18 07:44:39', 1, NULL, NULL, '2019-04-18 07:44:39', NULL),
(47, 'task', 52, 4, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:45:14', 1, NULL, NULL, '2019-04-18 07:45:14', NULL),
(48, 'task', 47, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:46:00', 1, NULL, NULL, '2019-04-18 07:46:00', NULL),
(49, 'condition', 48, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:46:00', 1, NULL, NULL, '2019-04-18 07:46:00', NULL),
(50, 'condition', 48, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:46:00', 1, NULL, NULL, '2019-04-18 07:46:00', NULL),
(51, 'condition', 49, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:46:00', 1, NULL, NULL, '2019-04-18 07:46:00', NULL),
(52, 'condition', 49, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:46:00', 1, NULL, NULL, '2019-04-18 07:46:00', NULL),
(53, 'condition', 50, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:46:00', 1, NULL, NULL, '2019-04-18 07:46:00', NULL),
(54, 'condition', 50, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:46:00', 1, NULL, NULL, '2019-04-18 07:46:00', NULL),
(55, 'task', 55, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:48:52', 1, NULL, NULL, '2019-04-18 07:48:52', NULL),
(56, 'condition', 56, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:48:52', 1, NULL, NULL, '2019-04-18 07:48:52', NULL),
(57, 'condition', 56, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:48:53', 1, NULL, NULL, '2019-04-18 07:48:53', NULL),
(58, 'condition', 57, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:48:53', 1, NULL, NULL, '2019-04-18 07:48:53', NULL),
(59, 'condition', 57, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:48:53', 1, NULL, NULL, '2019-04-18 07:48:53', NULL),
(60, 'condition', 58, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 07:48:53', 1, NULL, NULL, '2019-04-18 07:48:53', NULL),
(61, 'condition', 58, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 07:48:54', 1, NULL, NULL, '2019-04-18 07:48:54', NULL),
(62, 'task', 59, 4, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:49:19', 1, NULL, NULL, '2019-04-18 07:49:19', NULL),
(63, 'task', 55, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:49:27', 1, NULL, NULL, '2019-04-18 07:49:27', NULL),
(64, 'condition', 56, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:49:27', 1, NULL, NULL, '2019-04-18 07:49:27', NULL),
(65, 'condition', 56, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2019-04-18 07:49:27', 1, NULL, NULL, '2019-04-18 07:49:27', NULL),
(66, 'condition', 57, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:49:27', 1, NULL, NULL, '2019-04-18 07:49:27', NULL),
(67, 'condition', 57, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2019-04-18 07:49:27', 1, NULL, NULL, '2019-04-18 07:49:27', NULL),
(68, 'condition', 58, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-04-18 07:49:28', 1, NULL, NULL, '2019-04-18 07:49:28', NULL),
(69, 'condition', 58, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2019-04-18 07:49:28', 1, NULL, NULL, '2019-04-18 07:49:28', NULL),
(70, 'task', 60, 4, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 07:59:16', 1, NULL, NULL, '2019-04-18 07:59:16', NULL),
(71, 'task', 55, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 08:00:04', 1, NULL, NULL, '2019-04-18 08:00:04', NULL),
(72, 'condition', 56, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 08:00:04', 1, NULL, NULL, '2019-04-18 08:00:04', NULL),
(73, 'condition', 56, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 08:00:04', 1, NULL, NULL, '2019-04-18 08:00:04', NULL),
(74, 'condition', 57, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 08:00:04', 1, NULL, NULL, '2019-04-18 08:00:04', NULL),
(75, 'condition', 57, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 08:00:05', 1, NULL, NULL, '2019-04-18 08:00:05', NULL),
(76, 'condition', 58, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2019-04-18 08:00:05', 1, NULL, NULL, '2019-04-18 08:00:05', NULL),
(77, 'condition', 58, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-04-18 08:00:05', 1, NULL, NULL, '2019-04-18 08:00:05', NULL),
(78, 'task', 59, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-04-18 08:00:22', 1, NULL, NULL, '2019-04-18 08:00:22', NULL),
(79, 'task', 99, 3, 'تجريبي', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-11-04 04:49:33', 1, NULL, NULL, '2019-11-04 04:49:33', NULL),
(80, 'condition', 100, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2019-11-04 04:49:34', 1, NULL, NULL, '2019-11-04 04:49:34', NULL),
(81, 'condition', 100, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2019-11-04 04:49:34', 1, NULL, NULL, '2019-11-04 04:49:34', NULL),
(82, 'condition', 101, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2019-11-04 04:49:34', 1, NULL, NULL, '2019-11-04 04:49:34', NULL),
(83, 'condition', 101, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2019-11-04 04:49:34', 1, NULL, NULL, '2019-11-04 04:49:34', NULL),
(84, 'task', 83, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2019-11-04 08:51:23', 1, NULL, NULL, '2019-11-04 08:51:23', NULL),
(85, 'condition', 84, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-11-04 08:51:23', 1, NULL, NULL, '2019-11-04 08:51:23', NULL),
(86, 'condition', 84, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-11-04 08:51:23', 1, NULL, NULL, '2019-11-04 08:51:23', NULL),
(87, 'condition', 85, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-11-04 08:51:23', 1, NULL, NULL, '2019-11-04 08:51:23', NULL),
(88, 'condition', 85, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-11-04 08:51:23', 1, NULL, NULL, '2019-11-04 08:51:23', NULL),
(89, 'condition', 86, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2019-11-04 08:51:23', 1, NULL, NULL, '2019-11-04 08:51:23', NULL),
(90, 'condition', 86, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2019-11-04 08:51:23', 1, NULL, NULL, '2019-11-04 08:51:23', NULL),
(91, 'task', 119, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-14 09:09:52', 1, NULL, NULL, '2020-01-14 09:09:52', NULL),
(92, 'condition', 120, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2020-01-14 09:09:52', 1, NULL, NULL, '2020-01-14 09:09:52', NULL),
(93, 'condition', 120, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2020-01-14 09:09:52', 1, NULL, NULL, '2020-01-14 09:09:52', NULL),
(94, 'condition', 121, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2020-01-14 09:09:52', 1, NULL, NULL, '2020-01-14 09:09:52', NULL),
(95, 'condition', 121, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2020-01-14 09:09:52', 1, NULL, NULL, '2020-01-14 09:09:52', NULL),
(96, 'condition', 122, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2020-01-14 09:09:53', 1, NULL, NULL, '2020-01-14 09:09:53', NULL),
(97, 'condition', 122, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2020-01-14 09:09:53', 1, NULL, NULL, '2020-01-14 09:09:53', NULL),
(98, 'task', 124, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-14 09:10:06', 1, NULL, NULL, '2020-01-14 09:10:06', NULL),
(99, 'task', 105, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-15 06:55:30', 1, NULL, NULL, '2020-01-15 06:55:30', NULL),
(100, 'condition', 106, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2020-01-15 06:55:30', 1, NULL, NULL, '2020-01-15 06:55:30', NULL),
(101, 'condition', 106, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2020-01-15 06:55:31', 1, NULL, NULL, '2020-01-15 06:55:31', NULL),
(102, 'condition', 107, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2020-01-15 06:55:31', 1, NULL, NULL, '2020-01-15 06:55:31', NULL),
(103, 'condition', 107, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2020-01-15 06:55:31', 1, NULL, NULL, '2020-01-15 06:55:31', NULL),
(104, 'condition', 108, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'true', 2, '2020-01-15 06:55:31', 1, NULL, NULL, '2020-01-15 06:55:31', NULL),
(105, 'condition', 108, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2020-01-15 06:55:32', 1, NULL, NULL, '2020-01-15 06:55:32', NULL),
(106, 'task', 135, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-15 07:45:43', 1, NULL, NULL, '2020-01-15 07:45:43', NULL),
(107, 'condition', 136, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2020-01-15 07:45:43', 1, NULL, NULL, '2020-01-15 07:45:43', NULL),
(108, 'condition', 136, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2020-01-15 07:45:43', 1, NULL, NULL, '2020-01-15 07:45:43', NULL),
(109, 'condition', 137, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2020-01-15 07:45:43', 1, NULL, NULL, '2020-01-15 07:45:43', NULL),
(110, 'condition', 137, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2020-01-15 07:45:43', 1, NULL, NULL, '2020-01-15 07:45:43', NULL),
(111, 'task', 139, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-15 08:05:45', 1, NULL, NULL, '2020-01-15 08:05:45', NULL),
(112, 'task', 140, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-15 08:06:24', 1, NULL, NULL, '2020-01-15 08:06:24', NULL),
(113, 'task', 141, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-15 08:11:42', 1, NULL, NULL, '2020-01-15 08:11:42', NULL),
(114, 'condition', 142, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2020-01-15 08:11:42', 1, NULL, NULL, '2020-01-15 08:11:42', NULL),
(115, 'condition', 142, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2020-01-15 08:11:42', 1, NULL, NULL, '2020-01-15 08:11:42', NULL),
(116, 'condition', 143, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2020-01-15 08:11:42', 1, NULL, NULL, '2020-01-15 08:11:42', NULL),
(117, 'condition', 143, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2020-01-15 08:11:42', 1, NULL, NULL, '2020-01-15 08:11:42', NULL),
(118, 'task', 145, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-15 08:12:29', 1, NULL, NULL, '2020-01-15 08:12:29', NULL),
(119, 'task', 147, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-15 08:15:03', 1, NULL, NULL, '2020-01-15 08:15:03', NULL),
(120, 'condition', 148, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2020-01-15 08:15:03', 1, NULL, NULL, '2020-01-15 08:15:03', NULL),
(121, 'condition', 148, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2020-01-15 08:15:03', 1, NULL, NULL, '2020-01-15 08:15:03', NULL),
(122, 'condition', 149, -2, NULL, NULL, NULL, 1, NULL, 'Phone > 1', 'الهاتف > 1', 'false', 2, '2020-01-15 08:15:03', 1, NULL, NULL, '2020-01-15 08:15:03', NULL),
(123, 'condition', 149, -2, NULL, NULL, NULL, 1, NULL, 'Phone <= 1', 'الهاتف <= 1', 'true', 2, '2020-01-15 08:15:03', 1, NULL, NULL, '2020-01-15 08:15:03', NULL),
(124, 'task', 153, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-15 08:28:33', 1, NULL, NULL, '2020-01-15 08:28:33', NULL),
(125, 'task', 162, 6, 'ttt', 5, NULL, 1, NULL, NULL, NULL, NULL, 3, '2020-01-16 09:02:08', 1, NULL, NULL, '2020-01-16 09:02:08', NULL),
(126, 'task', 159, 6, 'cassaasc', 7, 'trekytr', 1, NULL, NULL, NULL, NULL, 4, '2020-01-16 09:33:53', 1, NULL, NULL, '2020-01-16 09:34:45', NULL),
(127, 'task', 165, 6, 'ascsacasc', 7, 'sdvdsv', 1, NULL, NULL, NULL, NULL, 4, '2020-01-16 09:38:19', 1, NULL, NULL, '2020-01-16 09:54:35', NULL),
(128, 'task', 156, 6, 'dsvsvd', 7, NULL, 1, NULL, NULL, NULL, NULL, 3, '2020-01-16 10:04:55', 1, NULL, NULL, '2020-01-16 10:04:55', NULL),
(129, 'task', 159, 6, 'dvssdvvdsdsvvdsvds', 7, 'sdbbsbb', 1, NULL, NULL, NULL, NULL, 4, '2020-01-16 10:05:59', 1, NULL, NULL, '2020-01-16 10:07:45', NULL),
(130, 'task', 168, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-16 11:17:15', 1, NULL, NULL, '2020-01-16 11:17:15', NULL),
(131, 'task', 171, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-01-16 11:23:25', 1, NULL, NULL, '2020-01-16 11:23:25', NULL),
(132, 'task', 174, 3, 'good', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-08-20 11:03:26', 1, NULL, NULL, '2020-08-20 11:03:26', NULL),
(133, 'condition', 175, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2020-08-20 11:03:27', 1, NULL, NULL, '2020-08-20 11:03:27', NULL),
(134, 'condition', 175, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2020-08-20 11:03:27', 1, NULL, NULL, '2020-08-20 11:03:27', NULL),
(135, 'condition', 176, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2020-08-20 11:03:27', 1, NULL, NULL, '2020-08-20 11:03:27', NULL),
(136, 'condition', 176, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2020-08-20 11:03:27', 1, NULL, NULL, '2020-08-20 11:03:27', NULL),
(137, 'condition', 177, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2020-08-20 11:03:27', 1, NULL, NULL, '2020-08-20 11:03:27', NULL),
(138, 'condition', 177, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'true', 2, '2020-08-20 11:03:27', 1, NULL, NULL, '2020-08-20 11:03:27', NULL),
(139, 'task', 183, 3, 'تم اعتماد المعاملة في هذه المرحلة', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-09-06 09:51:19', 1, NULL, NULL, '2020-09-06 09:51:19', NULL),
(140, 'task', 182, 5, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-09-06 09:51:49', 1, NULL, NULL, '2020-09-06 09:51:49', NULL),
(141, 'task', 182, 10, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-09-06 09:51:58', 1, NULL, NULL, '2020-09-06 09:51:58', NULL),
(142, 'task', 188, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, NULL, 2, '2020-09-30 10:43:34', 2, NULL, NULL, '2020-09-30 10:43:34', NULL),
(143, 'task', 190, 3, 'تم الموافقة الا لالا', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-15 08:07:36', 1, NULL, NULL, '2020-10-15 08:07:36', NULL),
(144, 'task', 199, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-22 05:45:37', 1, NULL, NULL, '2020-10-22 05:45:37', NULL),
(145, 'task', 198, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-22 05:45:43', 1, NULL, NULL, '2020-10-22 05:45:43', NULL),
(146, 'task', 197, 3, '8789', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-22 08:09:16', 1, NULL, NULL, '2020-10-22 08:09:16', NULL),
(147, 'task', 194, 3, 'هل أنت متأكد من تنفيذ هذه العملية؟', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-26 09:47:12', 1, NULL, NULL, '2020-10-26 09:47:12', NULL),
(148, 'task', 193, 5, 'هل أنت متأكد من تنفيذ هذه العملية؟', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-26 09:47:38', 1, NULL, NULL, '2020-10-26 09:47:38', NULL),
(149, 'task', 193, 10, 'هغعهغعه', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-26 09:47:52', 1, NULL, NULL, '2020-10-26 09:47:52', NULL),
(150, 'task', 193, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-26 09:47:57', 1, NULL, NULL, '2020-10-26 09:47:57', NULL),
(151, 'task', 192, 4, 'هغعهغع', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-26 09:48:05', 1, NULL, NULL, '2020-10-26 09:48:05', NULL),
(152, 'task', 193, 3, 'هعغهغعه', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-26 09:48:15', 1, NULL, NULL, '2020-10-26 09:48:15', NULL),
(153, 'task', 192, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2020-10-26 09:48:20', 1, NULL, NULL, '2020-10-26 09:48:20', NULL),
(154, 'task', 201, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-05-02 09:24:13', 1, NULL, NULL, '2021-05-02 09:24:13', NULL),
(155, 'task', 200, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-05-02 09:25:15', 1, NULL, NULL, '2021-05-02 09:25:15', NULL),
(156, 'task', 206, 6, 'test', 8, NULL, 1, NULL, NULL, NULL, NULL, 3, '2021-05-02 09:50:45', 1, NULL, NULL, '2021-05-02 09:50:45', NULL),
(157, 'task', 206, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-05-02 09:52:07', 1, NULL, NULL, '2021-05-02 09:52:07', NULL),
(158, 'task', 211, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-05-25 07:39:42', 1, NULL, NULL, '2021-05-25 07:39:42', NULL),
(159, 'task', 210, 5, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-05-25 07:39:49', 1, NULL, NULL, '2021-05-25 07:39:49', NULL),
(160, 'task', 210, 10, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-05-25 07:39:55', 1, NULL, NULL, '2021-05-25 07:39:55', NULL),
(161, 'task', 210, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-05-25 07:40:02', 1, NULL, NULL, '2021-05-25 07:40:02', NULL),
(162, 'task', 218, 3, 'tttt', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-07-14 11:42:56', 1, NULL, NULL, '2021-07-14 11:42:56', NULL),
(163, 'task', 217, 3, 'ttttt', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-07-14 11:43:01', 1, NULL, NULL, '2021-07-14 11:43:01', NULL),
(164, 'task', 216, 3, 'ttttt', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-07-14 11:43:07', 1, NULL, NULL, '2021-07-14 11:43:07', NULL),
(165, 'task', 219, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-07-15 04:34:43', 1, NULL, NULL, '2021-07-15 04:34:43', NULL),
(166, 'condition', 220, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2021-07-15 04:34:43', 1, NULL, NULL, '2021-07-15 04:34:43', NULL),
(167, 'condition', 220, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2021-07-15 04:34:43', 1, NULL, NULL, '2021-07-15 04:34:43', NULL),
(168, 'condition', 221, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2021-07-15 04:34:43', 1, NULL, NULL, '2021-07-15 04:34:43', NULL),
(169, 'condition', 221, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2021-07-15 04:34:43', 1, NULL, NULL, '2021-07-15 04:34:43', NULL),
(170, 'condition', 222, -2, NULL, NULL, NULL, 1, NULL, 'To = 0', 'الى = 0', 'false', 2, '2021-07-15 04:34:43', 1, NULL, NULL, '2021-07-15 04:34:43', NULL),
(171, 'condition', 222, -2, NULL, NULL, NULL, 1, NULL, 'To = 1', 'الى = 1', 'false', 2, '2021-07-15 04:34:43', 1, NULL, NULL, '2021-07-15 04:34:43', NULL),
(172, 'task', 227, 3, 'تفاصيل الشكوى تفاصيل الشكوى', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-07-15 05:16:49', 1, NULL, NULL, '2021-07-15 05:16:49', NULL),
(173, 'task', 228, 3, 'تفاصيل الشكوى تفاصيل الشكوى', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-07-15 05:16:56', 1, NULL, NULL, '2021-07-15 05:16:56', NULL),
(174, 'task', 229, 3, 'تفاصيل الشكوى تفاصيل الشكوى', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-07-15 05:17:04', 1, NULL, NULL, '2021-07-15 05:17:04', NULL),
(175, 'task', 238, 3, 'تم تدقيق المعاملة والتأكد من بيانات الطلب', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-08-25 05:45:17', 1, NULL, NULL, '2021-08-25 05:45:17', NULL),
(176, 'task', 237, 4, 'يرجى مراجعة المرفق', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-08-25 05:46:59', 1, NULL, NULL, '2021-08-25 05:46:59', NULL),
(177, 'task', 238, 6, 'نص', 7, NULL, 1, NULL, NULL, NULL, NULL, 3, '2021-08-25 05:48:19', 1, NULL, NULL, '2021-08-25 05:48:19', NULL),
(178, 'task', 238, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-08-25 05:48:34', 1, NULL, NULL, '2021-08-25 05:48:34', NULL),
(179, 'task', 237, 3, 'هل أنت متأكد من تنفيذ هذه العملية؟', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-08-25 05:49:10', 1, NULL, NULL, '2021-08-25 05:49:10', NULL),
(180, 'task', 236, 3, 'ثقثصق', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-08-25 05:49:22', 1, NULL, NULL, '2021-08-25 05:49:22', NULL),
(181, 'task', 242, 3, 'test', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-09-27 07:43:53', 1, NULL, NULL, '2021-09-27 07:43:53', NULL),
(182, 'task', 243, 3, 'test', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-09-27 07:44:11', 1, NULL, NULL, '2021-09-27 07:44:11', NULL),
(183, 'task', 244, 3, 'test', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-09-27 07:44:24', 1, NULL, NULL, '2021-09-27 07:44:24', NULL),
(184, 'task', 245, 3, 'المطلوب من المحامي مبلغ 300 دينار', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-11-04 10:33:16', 1, NULL, NULL, '2021-11-04 10:33:16', NULL),
(185, 'task', 246, 4, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2021-11-04 10:34:45', 1, NULL, NULL, '2021-11-04 10:34:45', NULL),
(186, 'task', 269, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2022-05-25 09:39:49', 1, NULL, NULL, '2022-05-25 09:39:49', NULL),
(187, 'task', 270, 3, 'فثقفثقفثقف', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2022-05-25 09:39:59', 1, NULL, NULL, '2022-05-25 09:39:59', NULL),
(188, 'task', 271, 3, 'ثقفثقفثقف', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2022-05-25 09:40:05', 1, NULL, NULL, '2022-05-25 09:40:05', NULL),
(189, 'task', 272, 3, 'معلومات حول الشكوى الخاصة بالمواطن: التفاصيل الكاملة', NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2022-05-26 05:16:07', 1, NULL, NULL, '2022-05-26 05:16:07', NULL),
(190, 'task', 277, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2022-05-30 04:47:05', 1, NULL, NULL, '2022-05-30 04:47:05', NULL),
(191, 'task', 278, 4, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2022-06-06 03:26:14', 1, NULL, NULL, '2022-06-06 03:26:14', NULL),
(192, 'task', 277, 3, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 2, '2022-06-06 03:26:29', 1, NULL, NULL, '2022-06-06 03:26:29', NULL),
(193, 'task', 295, 6, 't[w', 16, NULL, 1, NULL, NULL, NULL, NULL, 3, '2022-07-16 10:53:53', 1, NULL, NULL, '2022-07-16 10:53:53', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wf_stia_attachments`
--

CREATE TABLE `wf_stia_attachments` (
  `wf_att_id_fk` int(11) NOT NULL,
  `wf_audit_id_fk` int(11) NOT NULL,
  `path` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wf_stia_attachments`
--

INSERT INTO `wf_stia_attachments` (`wf_att_id_fk`, `wf_audit_id_fk`, `path`) VALUES
(1, 126, '157917448571698520_746024985908080_5592304295726108019_n.jpg'),
(2, 127, '157917567571698520_746024985908080_5592304295726108019_n.jpg'),
(3, 127, '157917607171698520_746024985908080_5592304295726108019_n.jpg'),
(4, 129, '157917646572219105_229088014726761_6441064166384277412_n.jpg');

-- --------------------------------------------------------

--
-- Table structure for table `wf_task_permission`
--

CREATE TABLE `wf_task_permission` (
  `wf_task_permission_id` int(11) NOT NULL,
  `name_en` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
  `name_ar` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `notification_for` enum('next','previous','applicant') COLLATE utf8_unicode_ci DEFAULT NULL,
  `notification_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `notification_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_en` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_ar` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_task_permission`
--

INSERT INTO `wf_task_permission` (`wf_task_permission_id`, `name_en`, `name_ar`, `notification_for`, `notification_en`, `notification_ar`, `description_en`, `description_ar`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(2, 'Edit application', 'تعديل طلب', NULL, NULL, NULL, NULL, NULL, 1, '2018-10-31 04:12:04', NULL, NULL, NULL, NULL, NULL),
(3, 'Move Next', 'تحويل', NULL, NULL, NULL, NULL, NULL, 1, '2018-10-31 04:12:04', NULL, NULL, NULL, NULL, NULL),
(4, 'Move Back to previous step', 'إرجاع للمرحلة السابقة', NULL, NULL, NULL, '', NULL, 1, '2018-10-31 04:12:04', NULL, NULL, NULL, NULL, NULL),
(5, 'Hold ', 'إيقاف مؤقت', NULL, NULL, NULL, '', NULL, 1, '2018-10-31 04:12:04', NULL, NULL, NULL, NULL, NULL),
(6, 'Ask Consultation ', 'طلب إستشارة\r\n', NULL, NULL, NULL, '', NULL, 1, '2018-10-31 04:12:04', NULL, NULL, NULL, NULL, NULL),
(7, 'Reject application ', 'رفض الطلب', NULL, NULL, NULL, '', NULL, 1, '2018-10-31 04:12:04', NULL, NULL, NULL, NULL, NULL),
(8, 'Check Billing', 'فحص الفواتير\r\n', NULL, NULL, NULL, '', NULL, 0, '2018-10-31 04:12:04', NULL, NULL, NULL, NULL, NULL),
(9, 'Check the Crafts system', 'فحص نظام الحرف\r\n', NULL, NULL, NULL, '', NULL, 0, '2018-10-31 04:12:04', NULL, NULL, NULL, NULL, NULL),
(10, 'Resume', 'استئناف', NULL, NULL, NULL, NULL, NULL, 0, '2018-11-25 04:16:51', NULL, NULL, NULL, NULL, NULL),
(12, 'Print Certificate', 'طباعة الشهادة', NULL, NULL, NULL, NULL, NULL, 0, '2018-11-27 04:34:01', NULL, NULL, NULL, NULL, NULL),
(13, 'Send notification to Applicant', 'إرسال تنبيه إلى مقدم الطلب', NULL, NULL, NULL, NULL, NULL, 1, '2018-12-09 03:01:29', NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wf_transaction_types`
--

CREATE TABLE `wf_transaction_types` (
  `workflow_id` int(11) NOT NULL,
  `transaction_type_id_fk` int(11) NOT NULL,
  `is_default_wf` int(11) DEFAULT 0,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_transaction_types`
--

INSERT INTO `wf_transaction_types` (`workflow_id`, `transaction_type_id_fk`, `is_default_wf`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 1, 0, '2019-04-17 09:54:24', 1, NULL, NULL, '2021-11-22 09:21:35', NULL),
(2, 2, 0, '2019-04-18 03:42:43', 1, NULL, NULL, '2021-11-02 09:21:17', NULL),
(3, 2, 0, '2019-04-18 07:15:43', 1, NULL, NULL, '2021-11-02 09:21:17', NULL),
(4, 2, 0, '2019-04-18 08:09:38', 1, NULL, NULL, '2021-11-02 09:21:17', NULL),
(5, 1, 0, '2019-11-04 05:04:23', 1, NULL, NULL, '2021-11-22 09:21:35', NULL),
(6, 1, 0, '2019-05-14 08:04:29', 1, NULL, NULL, '2021-11-22 09:21:35', NULL),
(7, 1, 1, '2021-11-22 12:17:19', NULL, NULL, NULL, '2021-11-22 09:21:35', NULL),
(8, 3, 1, '2020-04-19 14:58:18', 1, NULL, NULL, '2020-04-19 15:06:34', NULL),
(9, 4, 0, '2020-08-24 07:30:21', 1, NULL, NULL, '2021-05-25 07:36:27', NULL),
(10, 4, 0, '2020-09-01 15:10:34', 1, NULL, NULL, '2021-05-25 07:36:27', NULL),
(11, 3, 0, '2020-09-06 09:45:35', 1, NULL, NULL, '2020-09-06 09:45:35', NULL),
(12, 3, 0, '2020-10-01 05:13:53', 1, NULL, NULL, '2020-10-01 05:13:53', NULL),
(13, 5, 1, '2020-10-15 07:55:08', 1, NULL, NULL, '2020-10-15 08:05:05', NULL),
(14, 6, 1, '2020-10-21 12:34:05', 1, NULL, NULL, '2020-10-21 12:43:14', NULL),
(15, 7, 1, '2020-10-22 03:35:13', 1, NULL, NULL, '2021-05-02 09:07:13', NULL),
(16, 3, 0, '2020-10-22 07:50:51', 1, NULL, NULL, '2020-10-22 07:50:51', NULL),
(17, 2, 0, '2020-10-26 09:31:34', 1, NULL, NULL, '2021-11-02 09:21:17', NULL),
(18, 8, 0, '2021-05-02 08:29:23', 1, NULL, NULL, '2021-05-02 08:29:23', NULL),
(19, 9, 0, '2021-05-02 08:59:14', 1, NULL, NULL, '2022-06-08 08:38:34', NULL),
(20, 9, 0, '2021-05-02 10:53:05', 1, NULL, NULL, '2022-06-08 08:38:34', NULL),
(21, 4, 1, '2021-05-25 07:17:42', 1, NULL, NULL, '2021-05-25 07:36:27', NULL),
(22, 9, 0, '2021-05-25 10:07:51', 1, NULL, NULL, '2022-06-08 08:38:34', NULL),
(23, 9, 0, '2021-11-10 07:05:19', 1, NULL, NULL, '2022-06-08 08:38:34', NULL),
(24, 2, 1, '2021-07-15 05:04:38', 1, NULL, NULL, '2021-11-02 09:21:17', NULL),
(25, 2, 0, '2021-07-15 06:23:11', 1, NULL, NULL, '2021-11-02 09:21:17', NULL),
(26, 3, 0, '2021-10-10 09:39:05', 1, NULL, NULL, '2021-10-10 09:39:05', NULL),
(27, 1, 0, '2021-10-19 07:30:00', 1, NULL, NULL, '2021-11-22 09:21:35', NULL),
(28, 1, 0, '2021-11-07 06:19:00', 1, NULL, NULL, '2021-11-22 09:21:35', NULL),
(29, 9, 1, '2022-04-24 05:49:19', 1, NULL, NULL, '2022-06-08 08:38:34', NULL),
(30, 4, 0, '2022-04-24 06:07:28', 1, NULL, NULL, '2022-04-24 06:07:28', NULL),
(31, 10, 1, '2022-05-08 06:07:28', 1, NULL, NULL, '2022-05-08 06:09:05', NULL),
(32, 11, 1, '2022-05-08 06:18:14', 1, NULL, NULL, '2022-05-08 06:21:41', NULL),
(33, 12, 1, '2022-05-08 06:25:36', 1, NULL, NULL, '2022-05-08 06:27:59', NULL),
(34, 6, 0, '2022-05-08 08:41:03', 1, NULL, NULL, '2022-05-08 08:41:03', NULL),
(35, 6, 0, '2022-05-08 09:47:50', 1, NULL, NULL, '2022-05-08 09:47:50', NULL),
(36, 3, 0, '2022-05-22 09:21:21', 1, NULL, NULL, '2022-05-22 09:21:21', NULL),
(37, 2, 0, '2022-05-25 08:56:05', 1, NULL, NULL, '2022-05-25 08:56:05', NULL),
(38, 2, 0, '2022-06-02 07:19:06', 1, NULL, NULL, '2022-06-02 07:19:06', NULL),
(39, 12, 0, '2022-06-06 04:39:31', 1, NULL, NULL, '2022-06-06 04:39:31', NULL),
(40, 13, 1, '2022-06-14 05:09:56', 1, NULL, NULL, '2022-06-14 05:11:32', NULL),
(41, 14, 1, '2022-06-29 11:26:03', 1, NULL, NULL, '2022-06-29 14:16:19', NULL),
(42, 15, 1, '2022-06-30 09:54:37', 1, NULL, NULL, '2022-06-30 09:57:17', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wf_workflow`
--

CREATE TABLE `wf_workflow` (
  `workflow_id` int(11) NOT NULL,
  `name_ar` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `name_en` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `build_by` enum('visual','form') COLLATE utf8_unicode_ci DEFAULT 'form',
  `graph_json` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_ar` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `description_en` text COLLATE utf8_unicode_ci DEFAULT NULL,
  `approved_staff_id_fk` int(11) DEFAULT NULL,
  `approved_date` timestamp NULL DEFAULT NULL,
  `org_id_fk` int(11) NOT NULL,
  `status` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `created_by` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `deleted_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wf_workflow`
--

INSERT INTO `wf_workflow` (`workflow_id`, `name_ar`, `name_en`, `build_by`, `graph_json`, `description_ar`, `description_en`, `approved_staff_id_fk`, `approved_date`, `org_id_fk`, `status`, `created_at`, `created_by`, `deleted_at`, `deleted_by`, `updated_at`, `updated_by`) VALUES
(1, 'مسار عداد جديد', 'New  Counter WF', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"Public\",\"step_order\":1,\"actors\":[{\"actor_id\":\"1\",\"name\":\"1\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"12\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":94,\"y\":175.79998779296875},{\"id\":2,\"department\":\"-2\",\"circle_type\":\"rule\",\"text\":\"Rule\",\"step_order\":2,\"actors\":[],\"conditions\":[{\"rule_field\":\"newcounter_phone\",\"rule_field_text\":\"Phone\",\"rule_operator\":\">\",\"rule_operator_text\":\">\",\"rule_value_type\":\"static\",\"rule_value_type_text\":\"Static\",\"rule_value_from\":\"\",\"rule_value_to\":\"\",\"rule_value\":\"1\",\"rule_value_field\":null,\"rule_value_field_text\":\"Please select from the list\",\"rule_form_field_values\":null,\"rule_form_field_values_text\":\"\",\"rule_move_to_text\":\"Engineeri... \",\"rule_move_to\":[\"2\"]},{\"rule_field\":\"newcounter_phone\",\"rule_field_text\":\"Phone\",\"rule_operator\":\"<=\",\"rule_operator_text\":\"<=\",\"rule_value_type\":\"static\",\"rule_value_type_text\":\"Static\",\"rule_value_from\":\"\",\"rule_value_to\":\"\",\"rule_value\":\"1\",\"rule_value_field\":null,\"rule_value_field_text\":\"Please select from the list\",\"rule_form_field_values\":null,\"rule_form_field_values_text\":\"\",\"rule_move_to_text\":\"Finance \",\"rule_move_to\":[\"3\"]}],\"to_do_list\":[],\"x\":260,\"y\":175.79998779296875},{\"id\":3,\"department\":\"2\",\"circle_type\":\"department\",\"text\":\"Engineeri...\",\"step_order\":3,\"actors\":[{\"actor_id\":\"1\",\"name\":\"1\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"12\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":434,\"y\":64.79998779296875},{\"id\":4,\"department\":\"4\",\"circle_type\":\"department\",\"text\":\"Management\",\"step_order\":4,\"actors\":[{\"actor_id\":\"1\",\"name\":\"1\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"12\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":600,\"y\":171.79998779296875},{\"id\":5,\"department\":\"3\",\"circle_type\":\"department\",\"text\":\"Finance\",\"step_order\":3,\"actors\":[{\"actor_id\":\"1\",\"name\":\"1\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"12\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":444,\"y\":295},{\"id\":6,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"End\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":788,\"y\":165.79998779296875}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"Rescive App\",\"edge_step_name_ar\":\"إستلام الطلب\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"Check Rule\",\"edge_step_name_ar\":\"فحص القاعدة\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":3,\"target\":4,\"edge_step_name_en\":\"Send To Management\",\"edge_step_name_ar\":\"إرسال للإدارة\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":5,\"target\":4,\"edge_step_name_en\":\"Send To Management\",\"edge_step_name_ar\":\"إرسال للإدارة\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":2,\"target\":5,\"edge_step_name_en\":\"Check Rule\",\"edge_step_name_ar\":\"فحص القاعدة\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":4,\"target\":6,\"edge_step_name_en\":\"End App\",\"edge_step_name_ar\":\"نهاية الطلب\",\"edge_time\":\"1\",\"edge_unit\":\"33\"}]}', NULL, NULL, 1, '2019-04-17 10:03:32', 1, NULL, '2019-04-17 09:54:24', 1, NULL, NULL, '2019-04-17 10:03:32', NULL),
(2, 'مسار عمل', 'Conditional Workflow', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"Public\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"Public Services Officer\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":131.88333129882812,\"y\":184.14999389648438},{\"id\":2,\"department\":\"2\",\"circle_type\":\"department\",\"text\":\"Engineeri...\",\"step_order\":3,\"actors\":[{\"actor_id\":\"2\",\"name\":\"Head of Engineering Department\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":484.8833312988281,\"y\":55},{\"id\":3,\"department\":\"3\",\"circle_type\":\"department\",\"text\":\"Finance\",\"step_order\":3,\"actors\":[{\"actor_id\":\"3\",\"name\":\"Head of Finance Department\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":485.8833312988281,\"y\":176.14999389648438},{\"id\":4,\"department\":\"4\",\"circle_type\":\"department\",\"text\":\"Management\",\"step_order\":3,\"actors\":[{\"actor_id\":\"5\",\"name\":\"Public Services Officer\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":494.88330078125,\"y\":295},{\"id\":5,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"Public\",\"step_order\":4,\"actors\":[{\"actor_id\":\"1\",\"name\":\"Head of Public Service Center\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":752.88330078125,\"y\":175.38333129882812},{\"id\":6,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"End\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":890.88330078125,\"y\":179.38333129882812},{\"id\":7,\"department\":\"-2\",\"circle_type\":\"rule\",\"text\":\"Rule\",\"step_order\":2,\"actors\":[],\"conditions\":[{\"rule_field\":\"complaintf_to\",\"rule_field_text\":\"To\",\"rule_operator\":\"==\",\"rule_operator_text\":\"==\",\"rule_value_type\":\"static\",\"rule_value_type_text\":\"Static\",\"rule_value_from\":\"\",\"rule_value_to\":\"\",\"rule_value\":\"0\",\"rule_value_field\":null,\"rule_value_field_text\":\"Please select from the list\",\"rule_form_field_values\":null,\"rule_form_field_values_text\":\"\",\"rule_move_to_text\":\"Engineeri... \",\"rule_move_to\":[\"2\"]},{\"rule_field\":\"complaintf_to\",\"rule_field_text\":\"To\",\"rule_operator\":\"==\",\"rule_operator_text\":\"==\",\"rule_value_type\":\"static\",\"rule_value_type_text\":\"Static\",\"rule_value_from\":\"\",\"rule_value_to\":\"\",\"rule_value\":\"1\",\"rule_value_field\":null,\"rule_value_field_text\":\"Please select from the list\",\"rule_form_field_values\":null,\"rule_form_field_values_text\":\"\",\"rule_move_to_text\":\"Finance \",\"rule_move_to\":[\"3\"]},{\"rule_field\":\"complaintf_sum\",\"rule_field_text\":\"Sum\",\"rule_operator\":\">=\",\"rule_operator_text\":\">=\",\"rule_value_type\":\"form_field\",\"rule_value_type_text\":\"Form Field\",\"rule_value_from\":\"\",\"rule_value_to\":\"\",\"rule_value\":\"2\",\"rule_value_field\":\"7\",\"rule_value_field_text\":\"Second Number\",\"rule_form_field_values\":null,\"rule_form_field_values_text\":\"\",\"rule_move_to_text\":\"Management \",\"rule_move_to\":[\"4\"]}],\"to_do_list\":[],\"x\":305.8833312988281,\"y\":187.38333129882812}],\"edges\":[{\"source\":1,\"target\":7,\"edge_step_name_en\":\"where\",\"edge_step_name_ar\":\"وير\",\"edge_time\":\"1\",\"edge_unit\":\"34\"},{\"source\":7,\"target\":2,\"edge_step_name_en\":\"1\",\"edge_step_name_ar\":\"1\",\"edge_time\":\"0\",\"edge_unit\":\"34\"},{\"source\":7,\"target\":3,\"edge_step_name_en\":\"1\",\"edge_step_name_ar\":\"1\",\"edge_time\":\"0\",\"edge_unit\":\"34\"},{\"source\":7,\"target\":4,\"edge_step_name_en\":\"1\",\"edge_step_name_ar\":\"1\",\"edge_time\":\"0\",\"edge_unit\":\"34\"},{\"source\":3,\"target\":5,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"2\",\"edge_time\":\"1\",\"edge_unit\":\"34\"},{\"source\":2,\"target\":5,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"2\",\"edge_time\":\"1\",\"edge_unit\":\"34\"},{\"source\":4,\"target\":5,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"2\",\"edge_time\":\"1\",\"edge_unit\":\"34\"},{\"source\":5,\"target\":6,\"edge_step_name_en\":\"3\",\"edge_step_name_ar\":\"3\",\"edge_time\":\"1\",\"edge_unit\":\"34\"}]}', NULL, NULL, 1, '2019-04-18 03:57:31', 1, NULL, '2019-04-18 03:42:42', 1, NULL, NULL, '2019-04-18 03:57:31', NULL),
(3, 'مسار2', 'Complaint2', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"Public\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"Public Services Officer\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":73.88333129882812,\"y\":264.183349609375},{\"id\":2,\"department\":\"-2\",\"circle_type\":\"rule\",\"text\":\"Rule\",\"step_order\":2,\"actors\":[],\"conditions\":[{\"rule_field\":\"complaintf_to\",\"rule_field_text\":\"To\",\"rule_operator\":\"==\",\"rule_operator_text\":\"==\",\"rule_value_type\":\"static\",\"rule_value_type_text\":\"Static\",\"rule_value_from\":\"\",\"rule_value_to\":\"\",\"rule_value\":\"0\",\"rule_value_field\":null,\"rule_value_field_text\":\"Please select from the list\",\"rule_form_field_values\":null,\"rule_form_field_values_text\":\"\",\"rule_move_to_text\":\"Engineeri... \",\"rule_move_to\":[\"2\"]},{\"rule_field\":\"complaintf_to\",\"rule_field_text\":\"To\",\"rule_operator\":\"==\",\"rule_operator_text\":\"==\",\"rule_value_type\":\"static\",\"rule_value_type_text\":\"Static\",\"rule_value_from\":\"\",\"rule_value_to\":\"\",\"rule_value\":\"1\",\"rule_value_field\":null,\"rule_value_field_text\":\"Please select from the list\",\"rule_form_field_values\":null,\"rule_form_field_values_text\":\"\",\"rule_move_to_text\":\"Finance \",\"rule_move_to\":[\"3\"]}],\"to_do_list\":[],\"x\":201.88333129882812,\"y\":56},{\"id\":3,\"department\":\"2\",\"circle_type\":\"department\",\"text\":\"Engineeri...\",\"step_order\":3,\"actors\":[{\"actor_id\":\"1\",\"name\":\"1\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":600.8833312988281,\"y\":62.18333435058594},{\"id\":4,\"department\":\"3\",\"circle_type\":\"department\",\"text\":\"Finance\",\"step_order\":3,\"actors\":[{\"actor_id\":\"1\",\"name\":\"1\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":506.88330078125,\"y\":179.18333435058594},{\"id\":5,\"department\":\"4\",\"circle_type\":\"department\",\"text\":\"Management\",\"step_order\":3,\"actors\":[{\"actor_id\":\"1\",\"name\":\"1\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":376.8833312988281,\"y\":292},{\"id\":6,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"Public\",\"step_order\":4,\"actors\":[{\"actor_id\":\"1\",\"name\":\"1\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":798.88330078125,\"y\":295},{\"id\":8,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"End\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":915.88330078125,\"y\":71.18333435058594}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"1\",\"edge_step_name_ar\":\"1\",\"edge_time\":\"1\",\"edge_unit\":\"34\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"2\",\"edge_time\":\"0\",\"edge_unit\":\"34\"},{\"source\":2,\"target\":4,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"2\",\"edge_time\":\"0\",\"edge_unit\":\"34\"},{\"source\":4,\"target\":6,\"edge_step_name_en\":\"3\",\"edge_step_name_ar\":\"3\",\"edge_time\":\"1\",\"edge_unit\":\"34\"},{\"source\":3,\"target\":6,\"edge_step_name_en\":\"3\",\"edge_step_name_ar\":\"3\",\"edge_time\":\"1\",\"edge_unit\":\"34\"},{\"source\":2,\"target\":5,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"2\",\"edge_time\":\"0\",\"edge_unit\":\"34\"},{\"source\":5,\"target\":6,\"edge_step_name_en\":\"3\",\"edge_step_name_ar\":\"3\",\"edge_time\":\"1\",\"edge_unit\":\"34\"},{\"source\":6,\"target\":8,\"edge_step_name_en\":\"4\",\"edge_step_name_ar\":\"4\",\"edge_time\":\"1\",\"edge_unit\":\"34\"}]}', NULL, NULL, 1, '2019-04-18 07:32:22', 1, NULL, '2019-04-18 07:15:43', 1, NULL, NULL, '2019-04-18 07:32:22', NULL),
(4, '1', '1', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2019-04-18 08:09:38', 1, NULL, NULL, '2019-04-18 08:09:38', NULL),
(5, 'تجريبي', 'test', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":120.01041412353516,\"y\":142.13540649414062},{\"id\":2,\"department\":\"2\",\"circle_type\":\"department\",\"text\":\"قسم الهند...\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":331.0104064941406,\"y\":73},{\"id\":3,\"department\":\"-2\",\"circle_type\":\"rule\",\"text\":\"قاعدة\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":309.0104064941406,\"y\":225.13540649414062},{\"id\":4,\"department\":\"3\",\"circle_type\":\"department\",\"text\":\"قسم المال...\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":596.0104064941406,\"y\":157.13540649414062},{\"id\":6,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":870.0104370117188,\"y\":166.13540649414062}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"},{\"source\":1,\"target\":3,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"},{\"source\":2,\"target\":4,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"},{\"source\":3,\"target\":4,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"},{\"source\":4,\"target\":6,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"}]}', NULL, NULL, NULL, NULL, 1, NULL, '2019-04-18 08:11:55', 1, NULL, NULL, '2019-11-04 05:15:38', NULL),
(6, 'لاا', 'gfg', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2019-05-14 08:04:29', 1, NULL, NULL, '2019-05-14 08:04:29', NULL),
(7, 'خدمة تركيب عداد مياه جديد', 'ojvdosdv', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"4\",\"name\":\"مشرف ميداني\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"13\"]},{\"actor_id\":\"1\",\"name\":\"- مدير النظام -\",\"actor_order\":2,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":129.00390625,\"y\":133.37890625},{\"id\":2,\"department\":\"2\",\"circle_type\":\"department\",\"text\":\"قسم الهند...\",\"step_order\":2,\"actors\":[{\"actor_id\":\"2\",\"name\":\"رئيس قسم الهندسة\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":375.00390625,\"y\":132.37890625},{\"id\":3,\"department\":\"3\",\"circle_type\":\"department\",\"text\":\"قسم المال...\",\"step_order\":3,\"actors\":[{\"actor_id\":\"3\",\"name\":\"رئيس قسم المالية\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":571.00390625,\"y\":140.37890625},{\"id\":4,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":740.00390625,\"y\":140.37890625}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"a\",\"edge_step_name_ar\":\"أ\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"b\",\"edge_step_name_ar\":\"ب\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":3,\"target\":4,\"edge_step_name_en\":\"c\",\"edge_step_name_ar\":\"ت\",\"edge_time\":\"1\",\"edge_unit\":\"33\"}]}', NULL, NULL, 1, '2021-11-22 09:21:27', 1, NULL, '2020-01-15 08:17:56', 1, NULL, NULL, '2021-11-22 09:21:27', NULL),
(8, 'مسار عمل طلب جواز سفر', 'Passport Workflow', 'form', '{\"nodes\":[{\"id\":1,\"department\":1,\"circle_type\":\"department\",\"text\":\"\\u0645\\u0631\\u0643\\u0632 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u062c\\u0645\\u0647\\u0648\\u0631\",\"step_order\":1,\"x\":80,\"y\":100},{\"id\":2,\"department\":2,\"circle_type\":\"department\",\"text\":\"\\u0642\\u0633\\u0645 \\u0627\\u0644\\u0647\\u0646\\u062f\\u0633\\u0629\",\"step_order\":2,\"x\":280,\"y\":100},{\"id\":3,\"department\":-1,\"circle_type\":\"end\",\"text\":\"\\u0646\\u0647\\u0627\\u064a\\u0629\",\"step_order\":-1,\"x\":480,\"y\":100}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"step 1\",\"edge_step_name_ar\":\"\\u0645\\u0631\\u062d\\u0644\\u0629 1\",\"edge_time\":4,\"edge_unit\":33},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"step 2\",\"edge_step_name_ar\":\"\\u0645\\u0631\\u062d\\u0644\\u0629 2\",\"edge_time\":10,\"edge_unit\":33}]}', NULL, NULL, 1, '2020-04-19 15:06:22', 1, NULL, '2020-04-19 14:58:18', 1, NULL, NULL, '2020-04-19 15:06:22', NULL),
(9, 'اضف', 'Add', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"Public\",\"step_order\":1,\"actors\":[{\"actor_id\":\"1\",\"name\":\"Head of Public Service Center\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":171.75,\"y\":116.10157012939453},{\"id\":2,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"End\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":656.75,\"y\":119.1015625}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"1\",\"edge_step_name_ar\":\"1\",\"edge_time\":\"1\",\"edge_unit\":\"33\"}]}', NULL, NULL, 1, '2020-08-24 07:31:45', 1, NULL, '2020-08-24 07:27:16', 1, NULL, NULL, '2020-08-24 07:31:45', NULL),
(10, 'بيسبيسب', 'dfdsf', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2020-09-01 15:10:34', 1, NULL, NULL, '2020-09-01 15:10:34', NULL),
(11, 'فحص', 'Test', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2020-09-06 09:45:35', 1, NULL, NULL, '2020-09-06 09:45:35', NULL),
(12, 'خدمة 1', 'Service 1', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2020-10-01 05:13:53', 1, NULL, NULL, '2020-10-01 05:13:53', NULL),
(13, 'الهاتف', 'phone', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"1\",\"name\":\"1\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":162.75,\"y\":142.1015625},{\"id\":2,\"department\":\"4\",\"circle_type\":\"department\",\"text\":\"الإدارة\",\"step_order\":2,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":418.75,\"y\":137.1015625},{\"id\":3,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":638.75,\"y\":136.1015625}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"1\",\"edge_step_name_ar\":\"1\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"2\",\"edge_time\":\"2\",\"edge_unit\":\"33\"}]}', NULL, NULL, 1, '2020-10-15 08:04:52', 1, NULL, '2020-10-15 07:55:08', 1, NULL, NULL, '2020-10-15 08:04:52', NULL),
(14, 'التراخيص', 'Licenses', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":113,\"y\":131},{\"id\":2,\"department\":\"7\",\"circle_type\":\"department\",\"text\":\"الكشف الم...\",\"step_order\":2,\"actors\":[{\"actor_id\":\"7\",\"name\":\"موظف تشغيلي\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":339,\"y\":138},{\"id\":3,\"department\":\"3\",\"circle_type\":\"department\",\"text\":\"قسم المال...\",\"step_order\":3,\"actors\":[{\"actor_id\":\"7\",\"name\":\"موظف تشغيلي\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":582,\"y\":137},{\"id\":4,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":824,\"y\":141}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"1\",\"edge_step_name_ar\":\"1\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"2\",\"edge_time\":\"2\",\"edge_unit\":\"33\"},{\"source\":3,\"target\":4,\"edge_step_name_en\":\"3\",\"edge_step_name_ar\":\"3\",\"edge_time\":\"3\",\"edge_unit\":\"33\"}]}', 'التراخيص', 'Licenses', 1, '2020-10-21 12:43:11', 1, NULL, '2020-10-21 12:34:05', 1, NULL, NULL, '2020-10-21 12:43:11', NULL),
(15, 'طلب الحصول على بطاقة هوية', 'id card application', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":334.75,\"y\":205.1015625},{\"id\":2,\"department\":\"8\",\"circle_type\":\"department\",\"text\":\"السجل الم...\",\"step_order\":2,\"actors\":[{\"actor_id\":\"7\",\"name\":\"موظف تشغيلي\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":549.75,\"y\":177.1015625},{\"id\":3,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":811.75,\"y\":150.1015625}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"1\",\"edge_step_name_ar\":\"1\",\"edge_time\":\"5\",\"edge_unit\":\"33\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"2\",\"edge_time\":\"3\",\"edge_unit\":\"33\"}]}', NULL, NULL, 1, '2020-10-22 05:42:17', 1, NULL, '2020-10-22 03:35:13', 1, NULL, NULL, '2020-10-22 05:42:17', NULL),
(16, 'فحص المسارات', 'Testing', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2020-10-22 07:50:51', 1, NULL, NULL, '2020-10-22 07:50:51', NULL),
(17, 'مسار عمليات جديد', 'new workflow', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2020-10-26 09:31:34', 1, NULL, NULL, '2020-10-26 09:31:34', NULL),
(18, 'طلب عملية خط كهرباء جديد', 'Request a new power line Prosses', 'form', NULL, 'طلب عملية خط كهرباء جديد', 'Request a new power line Prosses', NULL, NULL, 1, NULL, '2021-05-02 08:27:25', 1, NULL, NULL, '2021-05-02 08:27:25', NULL),
(19, 'فحص عداد الكهرباء', 'Checking the electricity meter', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-05-02 08:59:14', 1, NULL, NULL, '2021-05-02 08:59:14', NULL),
(20, 'المدير العام', 'investment', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-05-02 10:53:05', 1, NULL, NULL, '2021-05-02 10:53:05', NULL),
(21, 'يب', 'Hall Buck', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":308,\"y\":124.5999984741211},{\"id\":2,\"department\":\"2\",\"circle_type\":\"department\",\"text\":\"قسم الهند...\",\"step_order\":2,\"actors\":[{\"actor_id\":\"2\",\"name\":\"رئيس قسم الهندسة\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[{\"to_do_name_en\":\"df\",\"to_do_name_ar\":\"مةبكيةب\",\"is_required\":0}],\"x\":638,\"y\":140.5999984741211},{\"id\":3,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":1051,\"y\":150.5999984741211}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"1111\",\"edge_step_name_ar\":\"111\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"333\",\"edge_step_name_ar\":\"3333\",\"edge_time\":\"1\",\"edge_unit\":\"33\"}]}', 'سيبسب', 'Incidunt distinctio', 1, '2021-05-25 07:36:17', 1, NULL, '2021-05-25 07:17:42', 1, NULL, NULL, '2021-10-10 10:03:23', NULL),
(22, 'تجيريب', 'test', 'form', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-05-25 10:07:51', 1, NULL, NULL, '2021-05-25 10:07:51', NULL),
(23, 'تجريبي2', 'test2', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[{\"to_do_name_en\":\"test\",\"to_do_name_ar\":\"فحص\",\"is_required\":1}],\"x\":55,\"y\":103.80000305175781},{\"id\":2,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":273,\"y\":128.8000030517578}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"test\",\"edge_step_name_ar\":\"فحص\",\"edge_time\":\"5\",\"edge_unit\":\"33\"}]}', 'تجريبي2', 'test', NULL, NULL, 1, NULL, '2021-05-25 10:10:15', 1, NULL, NULL, '2021-11-10 07:05:04', NULL),
(24, 'شكوى جديدة', 'new complaint', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":256,\"y\":140},{\"id\":2,\"department\":\"2\",\"circle_type\":\"department\",\"text\":\"قسم الاست...\",\"step_order\":2,\"actors\":[{\"actor_id\":\"2\",\"name\":\"رئيس قسم الاستشارات القانونية\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":548,\"y\":142},{\"id\":3,\"department\":\"4\",\"circle_type\":\"department\",\"text\":\"الإدارة\",\"step_order\":3,\"actors\":[{\"actor_id\":\"6\",\"name\":\"مشرف\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":851,\"y\":135},{\"id\":4,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":1110,\"y\":147}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"1\",\"edge_step_name_ar\":\"المرحلة رقم 1\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"2\",\"edge_step_name_ar\":\"المرحلة رقم 2\",\"edge_time\":\"2\",\"edge_unit\":\"33\"},{\"source\":3,\"target\":4,\"edge_step_name_en\":\"3\",\"edge_step_name_ar\":\"المرحلة رقم 3 - النهاية\",\"edge_time\":\"3\",\"edge_unit\":\"33\"}]}', NULL, NULL, 1, '2021-07-15 05:15:18', 1, NULL, '2021-07-15 05:04:38', 1, NULL, NULL, '2021-07-15 05:15:18', NULL),
(25, 'شكوى 2', 'complaints2', 'visual', '{\"nodes\":[{\"id\":4,\"department\":\"\",\"circle_type\":\"\",\"text\":\"\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":305.8888854980469,\"y\":134.17359924316406},{\"id\":5,\"department\":\"\",\"circle_type\":\"\",\"text\":\"\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":604.888916015625,\"y\":57.17359924316406},{\"id\":6,\"department\":\"\",\"circle_type\":\"\",\"text\":\"\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":998.888916015625,\"y\":136.17359924316406},{\"id\":7,\"department\":\"\",\"circle_type\":\"\",\"text\":\"\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":1174.888916015625,\"y\":131.17359924316406},{\"id\":8,\"department\":\"\",\"circle_type\":\"\",\"text\":\"\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":579.8889465332031,\"y\":248.17359924316406}],\"edges\":[{\"source\":4,\"target\":5,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"},{\"source\":4,\"target\":8,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"},{\"source\":5,\"target\":6,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"},{\"source\":8,\"target\":6,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"},{\"source\":6,\"target\":7,\"edge_step_name_en\":\"\",\"edge_step_name_ar\":\"\",\"edge_time\":\"\",\"edge_unit\":\"\"}]}', NULL, NULL, NULL, NULL, 1, NULL, '2021-07-15 06:23:11', 1, NULL, NULL, '2021-08-25 05:33:32', NULL),
(26, 'ثلارصث', 'vbew', 'form', NULL, 'صثلاصث', 'webew', NULL, NULL, 1, NULL, '2021-10-10 09:39:05', 1, NULL, NULL, '2021-10-10 09:39:05', NULL),
(27, 'ثشلاضث', 'sfbsr', 'visual', NULL, NULL, 'aebqeb', NULL, NULL, 1, NULL, '2021-10-19 07:30:00', 1, NULL, NULL, '2021-10-19 07:30:00', NULL),
(28, 'فحص', 'test', 'visual', '{\"nodes\":[{\"id\":2,\"department\":\"-2\",\"circle_type\":\"rule\",\"text\":\"قاعدة\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":109,\"y\":158.8000030517578},{\"id\":3,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":0,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[]},{\"actor_id\":\"1\",\"name\":\"- مدير النظام -\",\"actor_order\":2,\"actor_type\":\"staff\"}],\"conditions\":[],\"to_do_list\":[],\"x\":293,\"y\":156.8000030517578}],\"edges\":[]}', 'فحص', 'test', NULL, NULL, 1, NULL, '2021-11-07 06:19:00', 1, NULL, NULL, '2021-11-07 06:55:19', NULL),
(29, 'خدمة فحص عداد', 'counter check service', 'form', '{\"nodes\":[{\"id\":1,\"department\":4,\"circle_type\":\"department\",\"text\":\"\\u0627\\u0644\\u0625\\u062f\\u0627\\u0631\\u0629\",\"step_order\":1,\"x\":80,\"y\":100},{\"id\":2,\"department\":2,\"circle_type\":\"department\",\"text\":\"\\u0642\\u0633\\u0645 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0634\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646\\u064a\\u0629\",\"step_order\":2,\"x\":280,\"y\":100},{\"id\":3,\"department\":-1,\"circle_type\":\"end\",\"text\":\"\\u0646\\u0647\\u0627\\u064a\\u0629\",\"step_order\":-1,\"x\":480,\"y\":100}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"examination stage\",\"edge_step_name_ar\":\"\\u0645\\u0631\\u062d\\u0644\\u0629 \\u0627\\u0644\\u0641\\u062d\\u0635\",\"edge_time\":1,\"edge_unit\":34},{\"source\":2,\"target\":2,\"edge_step_name_en\":\"The second phase\",\"edge_step_name_ar\":\"\\u0645\\u0631\\u062d\\u0644\\u0629 \\u0627\\u0644\\u062a\\u0627\\u0646\\u064a\\u0629\",\"edge_time\":1,\"edge_unit\":33}]}', NULL, NULL, 1, '2022-06-08 08:38:31', 1, NULL, '2022-04-24 05:49:19', 1, NULL, NULL, '2022-06-08 08:38:31', NULL),
(30, 'اضافة خط مائي', 'Add a waterline', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2022-04-24 06:07:22', 1, NULL, NULL, '2022-04-24 06:07:22', NULL),
(31, 'مخطط موقع وترسيم شارع', 'Street plan and street demarcation', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"5\",\"circle_type\":\"work_group\",\"text\":\"تجريبي\",\"step_order\":1,\"actors\":[{\"actor_id\":\"12\",\"name\":\"12\",\"actor_order\":1,\"actor_type\":\"staff\",\"tasks\":[\"2\"]},{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":2,\"actor_type\":\"position\",\"tasks\":[\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":361,\"y\":144.875},{\"id\":2,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":666,\"y\":150.875}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"Stage\",\"edge_step_name_ar\":\"مرحلة\",\"edge_time\":\"2\",\"edge_unit\":\"34\"}]}', NULL, NULL, 1, '2022-05-08 06:08:52', 1, NULL, '2022-05-08 05:44:06', 1, NULL, NULL, '2022-05-08 06:08:52', NULL),
(32, 'مخطط موقع وترسيم شارع', 'Street plan and street demarcation', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"5\",\"circle_type\":\"work_group\",\"text\":\"تجريبي\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"6\",\"7\",\"13\"]},{\"actor_id\":\"12\",\"name\":\"رامي عبد الرزاق عبدالله\",\"actor_order\":2,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":249,\"y\":121.890625},{\"id\":2,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":500,\"y\":120.890625}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"staition\",\"edge_step_name_ar\":\"موقع\",\"edge_time\":\"1\",\"edge_unit\":\"34\"}]}', NULL, NULL, 1, '2022-05-08 06:21:36', 1, NULL, '2022-05-08 06:18:09', 1, NULL, NULL, '2022-05-08 06:21:36', NULL),
(33, 'توحيد واعادة افراز', 'Consolidation and Reproduction', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"5\",\"circle_type\":\"work_group\",\"text\":\"تجريبي\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]},{\"actor_id\":\"12\",\"name\":\"رامي عبد الرزاق عبدالله\",\"actor_order\":2,\"actor_type\":\"staff\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":381,\"y\":116.890625},{\"id\":2,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":679,\"y\":126.890625}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"sdgdrgd\",\"edge_step_name_ar\":\"تبت\",\"edge_time\":\"3\",\"edge_unit\":\"34\"}]}', NULL, NULL, 1, '2022-05-08 06:27:56', 1, NULL, '2022-05-08 06:25:36', 1, NULL, NULL, '2022-05-08 06:27:56', NULL),
(34, 'معاملة ترخيص', 'license transaction', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2022-05-08 08:41:03', 1, NULL, NULL, '2022-05-08 08:41:03', NULL),
(35, 'معاملة ترخيص', 'license transaction', 'form', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2022-05-08 09:47:50', 1, NULL, NULL, '2022-05-08 09:47:50', NULL),
(36, 'فحص', 'test', 'visual', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2022-05-22 09:21:21', 1, NULL, NULL, '2022-05-22 09:21:21', NULL),
(37, 'شكوى - مايو', 'Compline - May', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":317,\"y\":142.890625},{\"id\":2,\"department\":\"4\",\"circle_type\":\"department\",\"text\":\"الإدارة\",\"step_order\":2,\"actors\":[{\"actor_id\":\"6\",\"name\":\"مشرف\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":586,\"y\":147.890625},{\"id\":3,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":825,\"y\":150.890625}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"rec\",\"edge_step_name_ar\":\"استقبال الطلب\",\"edge_time\":\"1\",\"edge_unit\":\"33\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"end\",\"edge_step_name_ar\":\"دراسة الطلب\",\"edge_time\":\"2\",\"edge_unit\":\"33\"}]}', NULL, NULL, 1, '2022-05-25 09:37:57', 1, NULL, '2022-05-25 08:56:05', 1, NULL, NULL, '2022-05-25 09:37:57', NULL),
(38, 'يابتتبتباتا', 'fjfjtyjtjt', 'form', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2022-06-02 07:19:06', 1, NULL, NULL, '2022-06-02 07:19:06', NULL),
(39, 'يقافقاقفق', 'eghrhrh', 'form', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2022-06-06 04:39:31', 1, NULL, NULL, '2022-06-06 04:39:31', NULL),
(40, 'فحص', 'test', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"3\",\"4\"]}],\"conditions\":[],\"to_do_list\":[{\"to_do_name_en\":\"test\",\"to_do_name_ar\":\"فحص \",\"is_required\":1}],\"x\":81,\"y\":95.05000305175781},{\"id\":2,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":558,\"y\":101.00000381469727}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"test\",\"edge_step_name_ar\":\"فحص\",\"edge_time\":\"5\",\"edge_unit\":\"34\"}]}', NULL, NULL, 1, '2022-06-14 05:11:29', 1, NULL, '2022-06-14 05:09:56', 1, NULL, NULL, '2022-06-14 05:11:29', NULL),
(41, 'فحص 123', 'test123', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[],\"x\":94,\"y\":102.05000305175781},{\"id\":2,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":301,\"y\":92.05000305175781}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"test\",\"edge_step_name_ar\":\"فحص\",\"edge_time\":\"5\",\"edge_unit\":\"34\"}]}', NULL, NULL, 1, '2022-06-29 11:27:17', 1, NULL, '2022-06-29 11:26:03', 1, NULL, NULL, '2022-06-29 11:27:17', NULL),
(42, 'فحص جديد', 'test new', 'visual', '{\"nodes\":[{\"id\":1,\"department\":\"1\",\"circle_type\":\"department\",\"text\":\"مركز خدما...\",\"step_order\":1,\"actors\":[{\"actor_id\":\"5\",\"name\":\"موظف خدمات جمهور\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[{\"to_do_name_en\":\"test\",\"to_do_name_ar\":\"فحص\",\"is_required\":1}],\"x\":99,\"y\":115.05000305175781},{\"id\":2,\"department\":\"2\",\"circle_type\":\"department\",\"text\":\"قسم الاست...\",\"step_order\":2,\"actors\":[{\"actor_id\":\"4\",\"name\":\"مشرف ميداني\",\"actor_order\":1,\"actor_type\":\"position\",\"tasks\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"13\"]}],\"conditions\":[],\"to_do_list\":[{\"to_do_name_en\":\"test \",\"to_do_name_ar\":\"فحص\",\"is_required\":1}],\"x\":322,\"y\":121.05000305175781},{\"id\":3,\"department\":\"-1\",\"circle_type\":\"end\",\"text\":\"نهاية\",\"step_order\":0,\"actors\":[],\"conditions\":[],\"to_do_list\":[],\"x\":515,\"y\":131.0500030517578}],\"edges\":[{\"source\":1,\"target\":2,\"edge_step_name_en\":\"test\",\"edge_step_name_ar\":\"نهاية \",\"edge_time\":\"2\",\"edge_unit\":\"34\"},{\"source\":2,\"target\":3,\"edge_step_name_en\":\"end\",\"edge_step_name_ar\":\"نهاية\",\"edge_time\":\"5\",\"edge_unit\":\"33\"}]}', NULL, NULL, 1, '2022-06-30 09:57:12', 1, NULL, '2022-06-30 09:54:37', 1, NULL, NULL, '2022-06-30 09:57:12', NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `addwaterservice`
--
ALTER TABLE `addwaterservice`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `application`
--
ALTER TABLE `application`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `base_api`
--
ALTER TABLE `base_api`
  ADD PRIMARY KEY (`api_id`);

--
-- Indexes for table `base_api_structure`
--
ALTER TABLE `base_api_structure`
  ADD PRIMARY KEY (`api_structure_id`);

--
-- Indexes for table `checkelectmeter`
--
ALTER TABLE `checkelectmeter`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `complaintform`
--
ALTER TABLE `complaintform`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `consolidationan`
--
ALTER TABLE `consolidationan`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `eheeher`
--
ALTER TABLE `eheeher`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `es_audit`
--
ALTER TABLE `es_audit`
  ADD PRIMARY KEY (`audit_id`);

--
-- Indexes for table `es_blogs`
--
ALTER TABLE `es_blogs`
  ADD PRIMARY KEY (`blog_id`);

--
-- Indexes for table `es_blog_categories`
--
ALTER TABLE `es_blog_categories`
  ADD PRIMARY KEY (`blog_category_id`);

--
-- Indexes for table `es_certificates_templates`
--
ALTER TABLE `es_certificates_templates`
  ADD PRIMARY KEY (`certificate_id`);

--
-- Indexes for table `es_citizens`
--
ALTER TABLE `es_citizens`
  ADD PRIMARY KEY (`citizen_id`),
  ADD UNIQUE KEY `email` (`email`),
  ADD UNIQUE KEY `id_card_no` (`id_card_no`),
  ADD UNIQUE KEY `es_citizens_number_financial_system_uindex` (`number_financial_system`);

--
-- Indexes for table `es_citizen_relation`
--
ALTER TABLE `es_citizen_relation`
  ADD PRIMARY KEY (`citizen_relation_id`);

--
-- Indexes for table `es_department_staff`
--
ALTER TABLE `es_department_staff`
  ADD PRIMARY KEY (`department_staff_id`);

--
-- Indexes for table `es_email_templates`
--
ALTER TABLE `es_email_templates`
  ADD PRIMARY KEY (`email_template_id`);

--
-- Indexes for table `es_firms`
--
ALTER TABLE `es_firms`
  ADD PRIMARY KEY (`firm_id`),
  ADD UNIQUE KEY `license_number` (`license_number`),
  ADD UNIQUE KEY `email` (`email`);

--
-- Indexes for table `es_form_blocks`
--
ALTER TABLE `es_form_blocks`
  ADD PRIMARY KEY (`block_id`);

--
-- Indexes for table `es_form_fields`
--
ALTER TABLE `es_form_fields`
  ADD PRIMARY KEY (`field_id`);

--
-- Indexes for table `es_form_templates`
--
ALTER TABLE `es_form_templates`
  ADD PRIMARY KEY (`form_id`);

--
-- Indexes for table `es_groups`
--
ALTER TABLE `es_groups`
  ADD PRIMARY KEY (`group_id`);

--
-- Indexes for table `es_group_functions`
--
ALTER TABLE `es_group_functions`
  ADD PRIMARY KEY (`group_func_id`);

--
-- Indexes for table `es_holidays`
--
ALTER TABLE `es_holidays`
  ADD PRIMARY KEY (`holiday_id`);

--
-- Indexes for table `es_lookups`
--
ALTER TABLE `es_lookups`
  ADD PRIMARY KEY (`lookup_id`);

--
-- Indexes for table `es_lookup_values`
--
ALTER TABLE `es_lookup_values`
  ADD PRIMARY KEY (`lookup_id`);

--
-- Indexes for table `es_notification`
--
ALTER TABLE `es_notification`
  ADD PRIMARY KEY (`notification_id`);

--
-- Indexes for table `es_organizations`
--
ALTER TABLE `es_organizations`
  ADD PRIMARY KEY (`org_id`);

--
-- Indexes for table `es_org_positions`
--
ALTER TABLE `es_org_positions`
  ADD PRIMARY KEY (`position_id`);

--
-- Indexes for table `es_org_structure`
--
ALTER TABLE `es_org_structure`
  ADD PRIMARY KEY (`org_structure_id`);

--
-- Indexes for table `es_pages`
--
ALTER TABLE `es_pages`
  ADD PRIMARY KEY (`page_id`);

--
-- Indexes for table `es_report_fields`
--
ALTER TABLE `es_report_fields`
  ADD PRIMARY KEY (`report_field_id`);

--
-- Indexes for table `es_report_templates`
--
ALTER TABLE `es_report_templates`
  ADD PRIMARY KEY (`report_id`);

--
-- Indexes for table `es_staffs`
--
ALTER TABLE `es_staffs`
  ADD PRIMARY KEY (`staff_id`),
  ADD UNIQUE KEY `card_id_un` (`id_card_no`),
  ADD UNIQUE KEY `email` (`email`);

--
-- Indexes for table `es_staffs_sessions`
--
ALTER TABLE `es_staffs_sessions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `es_staff_groups`
--
ALTER TABLE `es_staff_groups`
  ADD PRIMARY KEY (`staff_group_id`);

--
-- Indexes for table `es_system_functions`
--
ALTER TABLE `es_system_functions`
  ADD PRIMARY KEY (`function_id`);

--
-- Indexes for table `es_transactions`
--
ALTER TABLE `es_transactions`
  ADD PRIMARY KEY (`transaction_id`);

--
-- Indexes for table `es_transaction_category`
--
ALTER TABLE `es_transaction_category`
  ADD PRIMARY KEY (`transaction_category_id`);

--
-- Indexes for table `es_transaction_types`
--
ALTER TABLE `es_transaction_types`
  ADD PRIMARY KEY (`transaction_type_id`);

--
-- Indexes for table `es_transaction_types_documents`
--
ALTER TABLE `es_transaction_types_documents`
  ADD PRIMARY KEY (`document_id`);

--
-- Indexes for table `es_users`
--
ALTER TABLE `es_users`
  ADD PRIMARY KEY (`user_id`);

--
-- Indexes for table `es_users_organizations`
--
ALTER TABLE `es_users_organizations`
  ADD PRIMARY KEY (`user_id`,`org_id_fk`);

--
-- Indexes for table `es_work_groups`
--
ALTER TABLE `es_work_groups`
  ADD PRIMARY KEY (`work_group_id`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `licenserenewal`
--
ALTER TABLE `licenserenewal`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `link_workflow_form`
--
ALTER TABLE `link_workflow_form`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `newcounter`
--
ALTER TABLE `newcounter`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `newphone`
--
ALTER TABLE `newphone`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `oauth_access_tokens`
--
ALTER TABLE `oauth_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_access_tokens_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_auth_codes`
--
ALTER TABLE `oauth_auth_codes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_auth_codes_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_clients`
--
ALTER TABLE `oauth_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_clients_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `oauth_refresh_tokens`
--
ALTER TABLE `oauth_refresh_tokens`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `passportrequest`
--
ALTER TABLE `passportrequest`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `related_api`
--
ALTER TABLE `related_api`
  ADD PRIMARY KEY (`related_api_id`);

--
-- Indexes for table `related_api_structure`
--
ALTER TABLE `related_api_structure`
  ADD PRIMARY KEY (`related_api_structure_id`);

--
-- Indexes for table `requestanewpowerline`
--
ALTER TABLE `requestanewpowerline`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `requestforanidentity`
--
ALTER TABLE `requestforanidentity`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sessions`
--
ALTER TABLE `sessions`
  ADD UNIQUE KEY `sessions_id_unique` (`id`);

--
-- Indexes for table `streetplan`
--
ALTER TABLE `streetplan`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `test`
--
ALTER TABLE `test`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `testnew`
--
ALTER TABLE `testnew`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `testtest`
--
ALTER TABLE `testtest`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`);

--
-- Indexes for table `wf_instance_attachments`
--
ALTER TABLE `wf_instance_attachments`
  ADD PRIMARY KEY (`wf_attachment_id`);

--
-- Indexes for table `wf_steps`
--
ALTER TABLE `wf_steps`
  ADD PRIMARY KEY (`wf_step_id`);

--
-- Indexes for table `wf_steps_to_do_list`
--
ALTER TABLE `wf_steps_to_do_list`
  ADD PRIMARY KEY (`to_do_id`);

--
-- Indexes for table `wf_steps_to_do_list_instance`
--
ALTER TABLE `wf_steps_to_do_list_instance`
  ADD PRIMARY KEY (`to_do_id_instance`);

--
-- Indexes for table `wf_step_actors`
--
ALTER TABLE `wf_step_actors`
  ADD PRIMARY KEY (`wf_step_actor_id`);

--
-- Indexes for table `wf_step_actor_tasks`
--
ALTER TABLE `wf_step_actor_tasks`
  ADD PRIMARY KEY (`wf_step_actor_task_id`);

--
-- Indexes for table `wf_step_cond`
--
ALTER TABLE `wf_step_cond`
  ADD PRIMARY KEY (`wf_step_cond_id`);

--
-- Indexes for table `wf_step_task_instance`
--
ALTER TABLE `wf_step_task_instance`
  ADD PRIMARY KEY (`wf_instance_id`);

--
-- Indexes for table `wf_step_task_instance_audit`
--
ALTER TABLE `wf_step_task_instance_audit`
  ADD PRIMARY KEY (`wf_audit_id`);

--
-- Indexes for table `wf_stia_attachments`
--
ALTER TABLE `wf_stia_attachments`
  ADD PRIMARY KEY (`wf_att_id_fk`);

--
-- Indexes for table `wf_task_permission`
--
ALTER TABLE `wf_task_permission`
  ADD PRIMARY KEY (`wf_task_permission_id`);

--
-- Indexes for table `wf_transaction_types`
--
ALTER TABLE `wf_transaction_types`
  ADD PRIMARY KEY (`workflow_id`,`transaction_type_id_fk`);

--
-- Indexes for table `wf_workflow`
--
ALTER TABLE `wf_workflow`
  ADD PRIMARY KEY (`workflow_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `addwaterservice`
--
ALTER TABLE `addwaterservice`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `application`
--
ALTER TABLE `application`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `base_api`
--
ALTER TABLE `base_api`
  MODIFY `api_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `base_api_structure`
--
ALTER TABLE `base_api_structure`
  MODIFY `api_structure_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;

--
-- AUTO_INCREMENT for table `checkelectmeter`
--
ALTER TABLE `checkelectmeter`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `complaintform`
--
ALTER TABLE `complaintform`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `consolidationan`
--
ALTER TABLE `consolidationan`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `eheeher`
--
ALTER TABLE `eheeher`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `es_audit`
--
ALTER TABLE `es_audit`
  MODIFY `audit_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=732;

--
-- AUTO_INCREMENT for table `es_blogs`
--
ALTER TABLE `es_blogs`
  MODIFY `blog_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `es_blog_categories`
--
ALTER TABLE `es_blog_categories`
  MODIFY `blog_category_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `es_certificates_templates`
--
ALTER TABLE `es_certificates_templates`
  MODIFY `certificate_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `es_citizens`
--
ALTER TABLE `es_citizens`
  MODIFY `citizen_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `es_citizen_relation`
--
ALTER TABLE `es_citizen_relation`
  MODIFY `citizen_relation_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `es_department_staff`
--
ALTER TABLE `es_department_staff`
  MODIFY `department_staff_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `es_email_templates`
--
ALTER TABLE `es_email_templates`
  MODIFY `email_template_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `es_firms`
--
ALTER TABLE `es_firms`
  MODIFY `firm_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `es_form_blocks`
--
ALTER TABLE `es_form_blocks`
  MODIFY `block_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67;

--
-- AUTO_INCREMENT for table `es_form_fields`
--
ALTER TABLE `es_form_fields`
  MODIFY `field_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=227;

--
-- AUTO_INCREMENT for table `es_form_templates`
--
ALTER TABLE `es_form_templates`
  MODIFY `form_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `es_groups`
--
ALTER TABLE `es_groups`
  MODIFY `group_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `es_group_functions`
--
ALTER TABLE `es_group_functions`
  MODIFY `group_func_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1841;

--
-- AUTO_INCREMENT for table `es_holidays`
--
ALTER TABLE `es_holidays`
  MODIFY `holiday_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `es_lookups`
--
ALTER TABLE `es_lookups`
  MODIFY `lookup_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=142;

--
-- AUTO_INCREMENT for table `es_lookup_values`
--
ALTER TABLE `es_lookup_values`
  MODIFY `lookup_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `es_notification`
--
ALTER TABLE `es_notification`
  MODIFY `notification_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=282;

--
-- AUTO_INCREMENT for table `es_organizations`
--
ALTER TABLE `es_organizations`
  MODIFY `org_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `es_org_positions`
--
ALTER TABLE `es_org_positions`
  MODIFY `position_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `es_org_structure`
--
ALTER TABLE `es_org_structure`
  MODIFY `org_structure_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `es_pages`
--
ALTER TABLE `es_pages`
  MODIFY `page_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `es_report_fields`
--
ALTER TABLE `es_report_fields`
  MODIFY `report_field_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=70;

--
-- AUTO_INCREMENT for table `es_report_templates`
--
ALTER TABLE `es_report_templates`
  MODIFY `report_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `es_staffs`
--
ALTER TABLE `es_staffs`
  MODIFY `staff_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `es_staffs_sessions`
--
ALTER TABLE `es_staffs_sessions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=439;

--
-- AUTO_INCREMENT for table `es_staff_groups`
--
ALTER TABLE `es_staff_groups`
  MODIFY `staff_group_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `es_system_functions`
--
ALTER TABLE `es_system_functions`
  MODIFY `function_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=162;

--
-- AUTO_INCREMENT for table `es_transactions`
--
ALTER TABLE `es_transactions`
  MODIFY `transaction_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=77;

--
-- AUTO_INCREMENT for table `es_transaction_category`
--
ALTER TABLE `es_transaction_category`
  MODIFY `transaction_category_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `es_transaction_types`
--
ALTER TABLE `es_transaction_types`
  MODIFY `transaction_type_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `es_transaction_types_documents`
--
ALTER TABLE `es_transaction_types_documents`
  MODIFY `document_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `es_users`
--
ALTER TABLE `es_users`
  MODIFY `user_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `es_work_groups`
--
ALTER TABLE `es_work_groups`
  MODIFY `work_group_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `licenserenewal`
--
ALTER TABLE `licenserenewal`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `link_workflow_form`
--
ALTER TABLE `link_workflow_form`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `newcounter`
--
ALTER TABLE `newcounter`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `newphone`
--
ALTER TABLE `newphone`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `oauth_clients`
--
ALTER TABLE `oauth_clients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `passportrequest`
--
ALTER TABLE `passportrequest`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `related_api`
--
ALTER TABLE `related_api`
  MODIFY `related_api_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `related_api_structure`
--
ALTER TABLE `related_api_structure`
  MODIFY `related_api_structure_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `requestanewpowerline`
--
ALTER TABLE `requestanewpowerline`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `requestforanidentity`
--
ALTER TABLE `requestforanidentity`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `streetplan`
--
ALTER TABLE `streetplan`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `test`
--
ALTER TABLE `test`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `testnew`
--
ALTER TABLE `testnew`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `testtest`
--
ALTER TABLE `testtest`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wf_instance_attachments`
--
ALTER TABLE `wf_instance_attachments`
  MODIFY `wf_attachment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wf_steps`
--
ALTER TABLE `wf_steps`
  MODIFY `wf_step_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85;

--
-- AUTO_INCREMENT for table `wf_steps_to_do_list`
--
ALTER TABLE `wf_steps_to_do_list`
  MODIFY `to_do_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `wf_steps_to_do_list_instance`
--
ALTER TABLE `wf_steps_to_do_list_instance`
  MODIFY `to_do_id_instance` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wf_step_actors`
--
ALTER TABLE `wf_step_actors`
  MODIFY `wf_step_actor_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=81;

--
-- AUTO_INCREMENT for table `wf_step_actor_tasks`
--
ALTER TABLE `wf_step_actor_tasks`
  MODIFY `wf_step_actor_task_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=528;

--
-- AUTO_INCREMENT for table `wf_step_cond`
--
ALTER TABLE `wf_step_cond`
  MODIFY `wf_step_cond_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `wf_step_task_instance`
--
ALTER TABLE `wf_step_task_instance`
  MODIFY `wf_instance_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=303;

--
-- AUTO_INCREMENT for table `wf_step_task_instance_audit`
--
ALTER TABLE `wf_step_task_instance_audit`
  MODIFY `wf_audit_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=194;

--
-- AUTO_INCREMENT for table `wf_stia_attachments`
--
ALTER TABLE `wf_stia_attachments`
  MODIFY `wf_att_id_fk` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wf_task_permission`
--
ALTER TABLE `wf_task_permission`
  MODIFY `wf_task_permission_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `wf_transaction_types`
--
ALTER TABLE `wf_transaction_types`
  MODIFY `workflow_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=43;

--
-- AUTO_INCREMENT for table `wf_workflow`
--
ALTER TABLE `wf_workflow`
  MODIFY `workflow_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=43;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
